Skip to content

Commit

Permalink
Check yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Oct 16, 2020
1 parent 7a71c9a commit 4ec162c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
run: |
yarn prettier-check-ts
yarn prettier-check-js
yarn prettier-check-yaml
yarn prettier-check-yml
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"eslint": "eslint --ext .ts --ext .tsx --color ./",
"prettier-check-ts": "prettier --check ./**/*.ts*",
"prettier-check-js": "prettier --check ./**/*.js*",
"prettier-check-yaml": "prettier --write ./**/*.yaml",
"prettier-check-yml": "prettier --write ./**/*.yml",
"prettier-ts": "prettier --write ./**/*.ts*",
"prettier-js": "prettier --write ./**/*.js*",
"prettier-yaml": "prettier --write ./**/*.yaml",
"prettier-yml": "prettier --write ./**/*.yml"
},
"devDependencies": {
Expand Down

0 comments on commit 4ec162c

Please sign in to comment.