format
This commit is contained in:
parent
a9a0bb34a0
commit
c31955edac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- id: lint
|
- id: lint
|
||||||
name: Lint code
|
name: Lint code
|
||||||
run: npm run lint:check
|
run: npm run lint:check
|
||||||
|
|
||||||
- id: format
|
- id: format
|
||||||
name: Format code
|
name: Format code
|
||||||
run: npm run format:check
|
run: npm run format:check
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue