aboutsummaryrefslogtreecommitdiff
path: root/libs/game_gamebryo/.github/workflows/linting.yml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/game_gamebryo/.github/workflows/linting.yml')
-rw-r--r--libs/game_gamebryo/.github/workflows/linting.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/libs/game_gamebryo/.github/workflows/linting.yml b/libs/game_gamebryo/.github/workflows/linting.yml
new file mode 100644
index 0000000..1b8fe2a
--- /dev/null
+++ b/libs/game_gamebryo/.github/workflows/linting.yml
@@ -0,0 +1,16 @@
+name: Lint GameBryo Library
+
+on:
+ push:
+ pull_request:
+ types: [opened, synchronize, reopened]
+
+jobs:
+ lint:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - name: Check format
+ uses: ModOrganizer2/check-formatting-action@master
+ with:
+ check-path: "."