Files @ r25613:0450f3bdfa6e
Branch filter:

Location: cpp/openttd-patchpack/source/.github/workflows/commit-checker.yml

Patric Stout
Add: adhere the autosave_on_exit setting for Null videodriver (#9343)

This is especially useful for automated-testing, to make a save
when the game quits while using "-vnull:ticks=N".
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