Skip to content

Commit

Permalink
Update lint-and-format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorrr authored Apr 15, 2024
1 parent 8b9d227 commit dc6cd1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-and-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ jobs:
run: cd model-serving && poetry install && poetry run poe check
- name: Lint and format Python SDK
run: cd sdks/python && poetry install && poetry run poe check
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "🎨 Auto-format code with black"
branch: ${{ github.head_ref }}

0 comments on commit dc6cd1f

Please sign in to comment.