Skip to content

Commit

Permalink
Re-enable clang-format-lint action
Browse files Browse the repository at this point in the history
The latest version has now been approved by an Aurora-internal security
review.
  • Loading branch information
chiphogg committed Oct 22, 2024
1 parent f1b97bb commit ef29085
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/clang-format-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@

name: clang-format-lint

# Temporarily disabled. See #292
# on:
# push:
# branches:
# - main
# pull_request:
on:
push:
branches:
- main
pull_request:

jobs:
lint-clang-format:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b #v4.1.5
- uses: DoozyX/clang-format-lint-action@2ec1a72dfb593e52255693c9039e6d94984187dc #v0.14
- uses: DoozyX/clang-format-lint-action@c71d0bf4e21876ebec3e5647491186f8797fde31 #v0.18.2
with:
source: './au'
extensions: 'hh,cc'
Expand Down

0 comments on commit ef29085

Please sign in to comment.