1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Update CI workflow

This commit is contained in:
ζeh Matt
2023-12-20 18:27:06 +02:00
parent 8d7db5e987
commit a927335f8a
2 changed files with 34 additions and 0 deletions

View File

@@ -58,6 +58,17 @@ jobs:
uses: actions/checkout@v3
- name: Run clang-format
run: scripts/check-code-formatting
check-changelog-formatting:
name: Check changelog formatting
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run check-changelog-formatting
run: scripts/check-changelog-formatting
windows:
name: Windows
runs-on: windows-latest