Skip to content

Add Permissions

Add Permissions #4

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
branches:
- main
jobs:
code-quality:
name: Check code quality
uses: ./.github/workflows/codeql.yaml
test:
name: Run tests
uses: ./.github/workflows/test.yaml