Skip to content

Commit

Permalink
Update and rename clang-format-check to clang-format-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorWeders authored Aug 21, 2024
1 parent c475cde commit ff2c8cd
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Clang Format Checker
on: [push]
on:
push:
paths:
- 'src/**'
pull_request:
paths:
- 'src/**'
env:
BRANCH_NAME: master
jobs:
Expand Down

0 comments on commit ff2c8cd

Please sign in to comment.