Skip to content

Commit 852506d

Browse files
Review pipeline
1 parent fae9365 commit 852506d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,18 @@ jobs:
1010
tests:
1111
uses: ./.github/workflows/tests.yml
1212

13-
code-style:
14-
uses: ./.github/workflows/code-style.yml
13+
# code-style:
14+
# uses: ./.github/workflows/code-style.yml
1515

16-
# code-style-fix:
17-
# uses: ./.github/workflows/code-style-fix.yml
16+
code-style-fix:
17+
uses: ./.github/workflows/code-style-fix.yml
1818

1919
static-analysis:
2020
uses: ./.github/workflows/static-analysis.yml
2121

2222
quality-gate:
2323
runs-on: ubuntu-latest
24-
needs: [tests, code-style, static-analysis]
25-
# needs: [tests, code-style-fix, static-analysis] # Use this if using auto-fix
24+
needs: [tests, code-style-fix, static-analysis]
2625
if: always()
2726

2827
steps:

0 commit comments

Comments
 (0)