Compare commits
2 commits
ed3c4d3e8e
...
08f1a5d719
Author | SHA1 | Date | |
---|---|---|---|
08f1a5d719 | |||
a191f2917b |
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
name: 'Check project using prettier'
|
||||
author: '9pfs@amcforum.wiki (h @ nest)'
|
||||
name: "Check project using prettier"
|
||||
author: "9pfs@amcforum.wiki (h @ nest)"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- id: dependencies
|
||||
run: NODE_ENV=development npm ci
|
||||
- id: prettier
|
||||
run: |
|
||||
NODE_ENV=development npm ci
|
||||
npx prettier --check .
|
||||
run: npx prettier --check .
|
||||
|
|
Loading…
Reference in a new issue