just lint components

This commit is contained in:
Jon McClure 2024-01-04 17:52:37 +00:00
parent 120ac0637f
commit 7a2c5d9040

View file

@ -21,7 +21,7 @@ jobs:
name: Setup Node.JS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- id: cache
@ -39,7 +39,7 @@ jobs:
- id: lint
name: Lint code
run: yarn run eslint --fix --ext .ts,.js,.svelte src
run: yarn run eslint --fix --ext .ts,.js,.svelte src/components
release:
name: Release