Skip to content

Commit

Permalink
fix: added typecheck workflow (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Dec 1, 2024
1 parent 2e6e121 commit 8a02866
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,22 @@ jobs:

- name: Build code
run: cd app && npm run build
typecheck:
name: Typecheck
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Environnement
run: cd app && npm install

- name: Build code
run: cd app && npm run typecheck
generation:
name: Ressources generation (wordlist, IPA list)
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8a02866

Please sign in to comment.