summaryrefslogtreecommitdiff
path: root/.github/workflows/check-typos.yml
blob: 04dd4837ba265eef4b4cd158bd03c6fa53b3fd1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
name: Check typos

on:
  pull_request_target:
    branches:
      - current
      - circinus
      - sagitta
    types: [opened, synchronize, edited]

permissions:
  pull-requests: write
  contents: read

jobs:
  check-typos:
    uses: vyos/.github/.github/workflows/check-typos.yml@current
    secrets: inherit