Skip to content

Commit

Permalink
.github: lint with clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Aug 17, 2023
1 parent e2a58c4 commit 2641ed8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: CI
on:
- push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: clang-format lint
uses: DoozyX/[email protected]
test:
strategy:
matrix:
Expand Down Expand Up @@ -122,6 +127,7 @@ jobs:
doxygen:
needs:
- lint
- build
- build-openbsd
- plain-build
Expand Down

0 comments on commit 2641ed8

Please sign in to comment.