Skip to content

Commit df77552

Browse files
committed
Update github action
1 parent 7ecaa7f commit df77552

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/FormatCheck.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Format Check"
1+
name: FormatCheck
22

33
on:
44
push:
@@ -7,8 +7,11 @@ on:
77
- 'master'
88
tags: '*'
99
pull_request:
10+
branches:
11+
- 'main'
12+
- 'master'
1013

1114
jobs:
12-
format-check:
15+
formatcheck:
1316
name: "Format Check"
14-
uses: "QuantumKitHub/.github/.github/workflows/formatcheck.yml@main"
17+
uses: "QuantumKitHub/QuantumKitHubActions/.github/workflows/FormatCheck.yml@main"

0 commit comments

Comments
 (0)