diff options
| author | Léo Lam <leo@leolam.fr> | 2021-04-11 16:15:57 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-04-11 16:15:57 +0200 |
| commit | c4d77c068290fbbd755cb1400dc62ef5c5755c8d (patch) | |
| tree | 48e9d02b077617b2a98b09a3c0ed08f32493a0c5 /.github | |
| parent | 4c07268f256c552b79630ce09d92c8d97443112c (diff) | |
ci: Update DoozyX/clang-format-lint-action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint_pr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint_pr.yml b/.github/workflows/lint_pr.yml index 3442ff4e..e34ef258 100644 --- a/.github/workflows/lint_pr.yml +++ b/.github/workflows/lint_pr.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: DoozyX/clang-format-lint-action@v0.8 + - uses: DoozyX/clang-format-lint-action@v0.11 with: source: 'src' exclude: 'lib' |
