mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
22 lines
380 B
YAML
22 lines
380 B
YAML
name: Commit checker
|
|
|
|
on:
|
|
pull_request:
|
|
|
|
jobs:
|
|
commit-checker:
|
|
name: Commit checker
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v2
|
|
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
|