Skip to content

Commit e10a7c4

Browse files
committed
Fix
1 parent 528c473 commit e10a7c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/blank.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: linter
19+
shell: pwsh
20+
run: ./Invoke-Linter.ps1 -exitCodeOnError
21+
if: always()
22+
- name: formatter
1923
shell: pwsh
2024
run: ./Invoke-Formatter.ps1 -exitCodeOnFormat
25+
if: always()

0 commit comments

Comments
 (0)