Skip to content

Commit

Permalink
lint_pr: Formatting, upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Margen67 authored Sep 1, 2024
1 parent 0f88ba6 commit deb48d0
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/lint_pr.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: lint_pr

on: [push, pull_request]

jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: 'src'
exclude: 'lib'
clangFormatVersion: 12
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DoozyX/[email protected]
with:
source: src
exclude: lib
clangFormatVersion: 12

0 comments on commit deb48d0

Please sign in to comment.