We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ecaa7f commit df77552Copy full SHA for df77552
1 file changed
.github/workflows/FormatCheck.yml
@@ -1,4 +1,4 @@
1
-name: "Format Check"
+name: FormatCheck
2
3
on:
4
push:
@@ -7,8 +7,11 @@ on:
7
- 'master'
8
tags: '*'
9
pull_request:
10
+ branches:
11
+ - 'main'
12
+ - 'master'
13
14
jobs:
- format-check:
15
+ formatcheck:
16
name: "Format Check"
- uses: "QuantumKitHub/.github/.github/workflows/formatcheck.yml@main"
17
+ uses: "QuantumKitHub/QuantumKitHubActions/.github/workflows/FormatCheck.yml@main"
0 commit comments