Files
@ r26460:691de53a787b
Branch filter:
Location: cpp/openttd-patchpack/source/.github/workflows/commit-checker.yml - annotation
r26460:691de53a787b
380 B
text/x-yaml
Fix f6530f3c2: [Actions] set-output was not correctly converted
r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r26270:35276956780a r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r25500:776475f473b8 r24065:12ff24bafc05 r24065:12ff24bafc05 r25500:776475f473b8 | name: Commit checker
on:
pull_request:
jobs:
commit-checker:
name: Commit checker
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 4
- name: Get pull-request commits
uses: OpenTTD/actions/checkout-pull-request@v2
- name: Check commits
uses: OpenTTD/OpenTTD-git-hooks@main
|