File: call-commitlint.yml

package info (click to toggle)
go-gir-generator 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,364 kB
  • sloc: ansic: 186; makefile: 47
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