File: call-commitlint.yml

package info (click to toggle)
treeland-protocols 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 300 kB
  • sloc: xml: 1,882; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (50)
1
2
3
4
5
6
7
8
9
10
11
name: Call commitlint
on:
  pull_request_target:

concurrency:
  group: ${{ github.workflow }}-pull/${{ github.event.number }}
  cancel-in-progress: true

jobs:
  check_job:
    uses: linuxdeepin/.github/.github/workflows/commitlint.yml@master