implemented formatting check pipeline template
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: Formatting Check
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
formatting-check:
|
||||
uses: brian/CI-templates/.gitea/workflows/web/formatting.yml@v1.0.0
|
||||
Reference in New Issue
Block a user