summaryrefslogtreecommitdiffstats
path: root/.github/workflows/formal.yml
blob: 98133fda7417c11ccd05662b8468656d2ca47957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Test Formalities

on:
  pull_request_target:

permissions:
  contents: read
  pull-requests: write

jobs:
  formalities:
    name: Test Formalities
    uses: openwrt/actions-shared-workflows/.github/workflows/formal.yml@main
    with:
      exclude_weblate: true
      post_comment: true
      warn_on_no_modify: true