Skip to content

Fix CI compatibility #7

Fix CI compatibility

Fix CI compatibility #7

name: Compile, test and check the docs
on:
push:
branches:
- master
pull_request:
jobs:
format:
uses: ./.github/workflows/format.yaml
secrets: inherit
check:
uses: ./.github/workflows/check.yaml
secrets: inherit