Skip to content

Commit

Permalink
Remove clang-format from GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyuu17 committed Jun 8, 2024
1 parent 9f24132 commit ec2c8eb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ on:
- '*.md'

jobs:
lint:
name: 🧹 Lint / 📜 C++
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: '15'
exclude-regex: 'extern'

build:
strategy:
fail-fast: false
Expand Down

0 comments on commit ec2c8eb

Please sign in to comment.