Skip to content

Commit 6c1bcf1

Browse files
fix: shell: specification in lieu of invalid with: shell
1 parent 8af1f04 commit 6c1bcf1

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/actions.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,24 +57,20 @@ jobs:
5757
shell: pwsh
5858

5959
- name: Enforce code style (Ruff)
60+
shell: pwsh
6061
run: just ruff-show-violations
61-
with:
62-
shell: pwsh
6362

6463
- name: Verify code formatting (Black)
64+
shell: pwsh
6565
run: just black-check
66-
with:
67-
shell: pwsh
6866

6967
- name: Run tests
68+
shell: pwsh
7069
run: just test
71-
with:
72-
shell: pwsh
7370

7471
- name: Generate test coverage report
72+
shell: pwsh
7573
run: just test-and-report-cov
76-
with:
77-
shell: pwsh
7874

7975
- name: Upload coverage reports to Codecov
8076
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)