Skip to content

Commit 718bc24

Browse files
Add Code Style workflow to enforce consistent coding standards
1 parent 7902a1d commit 718bc24

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/code-style.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Code Style
2+
3+
on: [ push, pull_request ]
4+
5+
permissions: write-all
6+
7+
jobs:
8+
check:
9+
uses: TheDragonCode/.github/.github/workflows/code-style.yml@main

0 commit comments

Comments
 (0)