Skip to content

Commit

Permalink
Update CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 2, 2024
1 parent f24de49 commit dfa179f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
export COVERAGE_PROCESS_START=$(pwd)/.coveragerc
make test
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
isort:
runs-on: ubuntu-latest
steps:
Expand All @@ -47,3 +47,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
- uses: astral-sh/ruff-action@v1
with:
args: "format --check"

0 comments on commit dfa179f

Please sign in to comment.