1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/.github/workflows/commit-format.yaml
2022-03-30 02:47:44 -07:00

15 lines
396 B
YAML

name: Commit Format
on: pull_request
jobs:
verify-commit-format:
name: Verify Commit Format
runs-on: ubuntu-18.04
env:
GITHUB_CONTEXT: ${{ github.event.pull_request.commits_url }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # so that we can see the full commit range
- name: Run
run: ./.ci-scripts/verify-commit-format.sh