summaryrefslogtreecommitdiff
path: root/.github/workflows/linting.yml
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2023-07-09 17:36:09 +0200
committerMikaël Capelle <capelle.mikael@gmail.com>2023-07-09 17:36:09 +0200
commit27cf8372aaadc7fca640f143ec77852a1e5466e8 (patch)
tree9ac1e031e5de504b64409a4817144f3e65b13d40 /.github/workflows/linting.yml
parentfc8bdd073f0203fe8caf329d2dbd97716f6c5fc5 (diff)
parentef94aee28464039672b277243a0181ae93550d6c (diff)
Merge branch 'master' of github.com:ModOrganizer2/modorganizer
Diffstat (limited to '.github/workflows/linting.yml')
-rw-r--r--.github/workflows/linting.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml
new file mode 100644
index 00000000..99427693
--- /dev/null
+++ b/.github/workflows/linting.yml
@@ -0,0 +1,12 @@
+name: Lint ModOrganizer 2
+on: [push]
+jobs:
+ lint:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - name: Run clang-format
+ uses: jidicula/clang-format-action@v4.11.0
+ with:
+ clang-format-version: "15"
+ check-path: "."