eslint
This commit is contained in:
parent
18fc7ba4d2
commit
120ac0637f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
|
||||
- id: lint
|
||||
name: Lint code
|
||||
run: yarn run eslint --ext .ts,.js,.svelte src
|
||||
run: yarn run eslint --fix --ext .ts,.js,.svelte src
|
||||
|
||||
release:
|
||||
name: Release
|
||||
|
|
|
|||
Loading…
Reference in a new issue