Apply formatting.

This commit is contained in:
Mikaël Capelle
2024-07-09 14:18:26 +02:00
parent 50604ac900
commit 3059574e86
5 changed files with 153 additions and 91 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Lint Github++
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: "."