Skip to content

Commit

Permalink
Fixes to linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nulzo committed Oct 27, 2023
1 parent 71ace48 commit ef20075
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
uses: actions/checkout@v3
- working-directory: ./frontend-ts
run: |
npm install
make test
2 changes: 2 additions & 0 deletions frontend-ts/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore useless json formatting
**/*.json

0 comments on commit ef20075

Please sign in to comment.