Skip to content

Commit

Permalink
Use brew clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Apr 14, 2024
1 parent 544f847 commit fa822d8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/Lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ permissions:

jobs:
format:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

- name: Install clang-format
uses: aminya/setup-cpp@v1
with:
clangformat: true
run: brew install clang-format

- name: Run clang-format
run: |
Expand Down

0 comments on commit fa822d8

Please sign in to comment.