Skip to content

Fix cancel button for img2img and inpainting #206

Fix cancel button for img2img and inpainting

Fix cancel button for img2img and inpainting #206

Workflow file for this run

name: eslint
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lintcheck