Skip to content

Commit

Permalink
fix: shell: specification in lieu of invalid with: shell
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroMiola committed Jan 24, 2024
1 parent 8af1f04 commit 6c1bcf1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,20 @@ jobs:
shell: pwsh

- name: Enforce code style (Ruff)
shell: pwsh
run: just ruff-show-violations
with:
shell: pwsh

- name: Verify code formatting (Black)
shell: pwsh
run: just black-check
with:
shell: pwsh

- name: Run tests
shell: pwsh
run: just test
with:
shell: pwsh

- name: Generate test coverage report
shell: pwsh
run: just test-and-report-cov
with:
shell: pwsh

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 6c1bcf1

Please sign in to comment.