Skip to content

Commit

Permalink
Create formatter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
proh14 authored Oct 12, 2024
1 parent fc7dc91 commit 538a2d9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on: push
name: clang-format Code Formatter
jobs:
lint:
name: clang-format Code Formatter
runs-on: ubuntu-latest
steps:
- name: Clang Code Formatter
uses: antoinealb/clang-format-action@clang9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 538a2d9

Please sign in to comment.