Skip to content

Add linting and format checks #6

Add linting and format checks

Add linting and format checks #6

Workflow file for this run

name: On PR
on:
pull_request:
permissions:
contents: read
jobs:
static-checks:
name: Static checks
uses: ./.github/workflows/_static-checks.yaml
secrets: inherit