Skip to content

(#218)(#285)(#383)(#385)(#392) choco-theme 0.6.0 #156

(#218)(#285)(#383)(#385)(#392) choco-theme 0.6.0

(#218)(#285)(#383)(#385)(#392) choco-theme 0.6.0 #156

Workflow file for this run

name: ESLint
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn
- run: yarn run eslint js/**/**/*.{js,ts}