Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
SUM Fix GitHub Action
Browse files Browse the repository at this point in the history
^@ Fix GitHub Action running and configuration problem.
  • Loading branch information
ren-yc committed Jul 2, 2022
1 parent 0854c79 commit 11941e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clangformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:

jobs:
check:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.13
- uses: DoozyX/clang-format-lint-action@v0.14
with:
extensions: 'cpp, hpp'
extensions: 'cpp,hpp'
clangFormatVersion: 14

0 comments on commit 11941e3

Please sign in to comment.