2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-26 14:21:49 +00:00

Rename to check-formatting

This commit is contained in:
Jan
2023-11-19 12:17:11 +01:00
parent 30052461da
commit 8fe5ac2a69

19
.github/workflows/check-formatting.yaml vendored Normal file
View File

@ -0,0 +1,19 @@
name: check-formatting
on:
pull_request:
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Test formatting for all files
working-directory: ${{ github.workspace }}
run: |
export CLANG_FORMAT_BIN='clang-format-15'
./scripts/check-format.sh