Skip to content

Adds test and lint workflows #1

Adds test and lint workflows

Adds test and lint workflows #1

Workflow file for this run

name: Self-test the CI workflows
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml