Skip to content

Commit

Permalink
Format semantic token settings (#1019)
Browse files Browse the repository at this point in the history
* Configure prettier to ignore package.json

* Add check format GitHub Action step
  • Loading branch information
jpogran authored Mar 30, 2022
1 parent 8de7ff2 commit 6e391cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: npm install
- name: lint
run: npm run lint
- name: format
run: npm run check-format

unit:
strategy:
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
snippets/
syntaxes/
out/
package.json
package-lock.json
node_modules/
.vscode-test/
Expand Down

0 comments on commit 6e391cd

Please sign in to comment.