Skip to content

Fix #499, #523: allow license.md/changelog.md/readme.md as well as metadata:url for base sets #640

Fix #499, #523: allow license.md/changelog.md/readme.md as well as metadata:url for base sets

Fix #499, #523: allow license.md/changelog.md/readme.md as well as metadata:url for base sets #640

Workflow file for this run

name: Commit checker
on:
pull_request:
jobs:
commit-checker:
name: Commit checker
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
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