File: call-commitlint.yml

package info (click to toggle)
dtkcore 5.7.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,728 kB
  • sloc: cpp: 22,021; ansic: 183; python: 68; xml: 58; makefile: 27; sh: 15
file content (11 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (48)
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