Skip to content

Commit e4aabdd

Browse files
committed
Fix
1 parent 7fe9649 commit e4aabdd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/blank.yml renamed to .github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: linter
18+
- name: Lint sources
1919
shell: pwsh
2020
run: ./Invoke-Linter.ps1 -exitCodeOnError
2121
if: always()
22-
- name: formatter
22+
- name: Check formatting
23+
id: formatting
2324
shell: pwsh
2425
run: ./Invoke-Formatter.ps1 -exitCodeOnFormat
2526
if: always()

0 commit comments

Comments
 (0)