Skip to content

Fix array problem on recent automatic1111 update #200

Fix array problem on recent automatic1111 update

Fix array problem on recent automatic1111 update #200

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