Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boetro committed Jan 21, 2024
1 parent a8ce525 commit 2c3bd8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
uses: psf/black@stable
with:
options: "--check --verbose"
src: "buildflow"
src: "sdks/python"
version: "~= 23.0"
checkName: "test_and_lint" # NOTE: this needs to be the same as the job name
- name: Run ruff checks
uses: chartboost/ruff-action@v1
with:
src: "buildflow"
src: "sdks/python"
version: 0.0.265
checkName: "test_and_lint"
env:
Expand Down

0 comments on commit 2c3bd8e

Please sign in to comment.