Skip to content

Commit

Permalink
ci: rename lint job and added ruff action step
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Jan 10, 2024
1 parent 8bb0997 commit f360081
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

jobs:
black:
python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -21,3 +21,7 @@ jobs:
- uses: psf/black@stable
with:
src: ${{ steps.changed-files.outputs.all_changed_files }}

- uses: chartboost/ruff-action@v1
with:
src: ${{ steps.changed-files.outputs.all_changed_files }}

0 comments on commit f360081

Please sign in to comment.