Skip to content

Commit

Permalink
updated clang formatter workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikKolas committed Mar 1, 2024
1 parent 90030a1 commit 207ff1f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/clang-formatter.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Run clang-format Linter

on:
# push:
# branches: [ main ]
push:
branches: [ main ]
workflow_dispatch:

pull_request:
types: [opened, reopened]
branches: [ main ]
# pull_request:
# types: [opened, reopened]
# branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: '.'
Expand Down

0 comments on commit 207ff1f

Please sign in to comment.