Skip to content

Upgrade: bump actions/checkout from 4 to 5 in the actions group #143

Upgrade: bump actions/checkout from 4 to 5 in the actions group

Upgrade: bump actions/checkout from 4 to 5 in the actions group #143

name: Commit checker
on:
pull_request:
branches:
- master
jobs:
commit-checker:
name: Commit checker
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 4
- name: Get pull-request commits
uses: OpenTTD/actions/checkout-pull-request@v5
- name: Check commits
uses: OpenTTD/OpenTTD-git-hooks@main