mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 02:05:21 -04:00
Package.json: Switch yarn format and format:check
Make `yarn format` check the files and `yarn format:fix` do the actually fixing fixes #920 Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
c02ff36d32
commit
2a5f9df6dc
2 changed files with 3 additions and 3 deletions
2
.github/workflows/nest.js.yml
vendored
2
.github/workflows/nest.js.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
matrix:
|
||||
command:
|
||||
- yarn run lint
|
||||
- yarn run format:check
|
||||
- yarn run format
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js 14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue