ci: 👷 Add new typecheck CI action

This commit is contained in:
Jesse Wierzbinski 2024-07-16 20:17:35 +02:00
parent ba56c98e35
commit 153aa061f0
No known key found for this signature in database
4 changed files with 34 additions and 5 deletions

View file

@ -11,9 +11,7 @@ jobs:
tests:
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
contents: read
steps:
- name: Checkout code