Skip to content

Commit

Permalink
Set proper name for GitHub Actions for Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
abhabongse committed Mar 30, 2024
1 parent 24922d8 commit 89fdd0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ jobs:
run: |
poetry check
ruff:
name: Ruff code linting and formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
src: "./src"
pytest:
name: Pytest unit testing
strategy:
Expand Down

0 comments on commit 89fdd0d

Please sign in to comment.