Skip to content

Commit

Permalink
added codestyle check to workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
hritikgupta authored and loganek committed Jan 20, 2023
1 parent e353206 commit 9b97bfb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/compile-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
node-version: 16

- name: Check prettier codestyle
working-directory: tests/assemblyscript
run: |
npm run prettier-format-check
- name: Build tests
working-directory: tests/assemblyscript
run: |
Expand Down

0 comments on commit 9b97bfb

Please sign in to comment.