aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yaml
blob: 62be12e46f221adc9dbeb6e854b51d7807347553 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: main

on:
  push:
    branches:
      - main
  pull_request:

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

jobs:
  lint-test:
    uses: ./.github/workflows/lint-test.yaml
  docs:
    uses: ./.github/workflows/docs.yaml