Skip to content

Maintenance

Maintenance #45

Workflow file for this run

name: "Pull request"
on:
pull_request:
branches:
- "main"
- "release/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
lint:
uses: ./.github/workflows/lint.yaml
tests:
needs: [ lint ]
uses: ./.github/workflows/tests.yaml
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}