This repository was archived by the owner on Mar 9, 2025. It is now read-only.
Upgrade: Bump aiohttp from 3.9.5 to 3.10.2 #128
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Commit checker | |
on: | |
pull_request: | |
jobs: | |
commit-checker: | |
name: Commit checker | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
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 |