Skip to content

Commit

Permalink
Switch to MO2 check-format action. (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 authored Jun 9, 2024
1 parent 6c31fc7 commit a13e224
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Lint Archive

on:
push:
pull_request:
types: [opened, synchronize, reopened]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format
uses: jidicula/clang-format-action@v4.12.0
- name: Check format
uses: ModOrganizer2/check-formatting-action@master
with:
clang-format-version: "17"
check-path: "."

0 comments on commit a13e224

Please sign in to comment.