Files
@ r28519:990ea5120e84
Branch filter:
Location: cpp/openttd-patchpack/source/.github/workflows/commit-checker.yml - annotation
r28519:990ea5120e84
507 B
text/x-yaml
Add: monocypher 4.0.2
Monocypher will take care of all our encryption needs; as most
OSes and vcpkg doesn't have it available, we vendor it.
Monocypher will take care of all our encryption needs; as most
OSes and vcpkg doesn't have it available, we vendor it.
r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r26925:5ef943cec524 r26925:5ef943cec524 r26925:5ef943cec524 r26925:5ef943cec524 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r26270:35276956780a r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r24065:12ff24bafc05 r25500:776475f473b8 r24065:12ff24bafc05 r24065:12ff24bafc05 r25500:776475f473b8 | name: Commit checker
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
commit-checker:
name: Commit checker
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
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
|