Skip to content

Commit

Permalink
ci: fix code quality workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabpain committed Oct 17, 2024
1 parent 0a3cf5c commit 29fd1a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ name: ✅ Quality Checks
on: [ push ]

jobs:
python-compatibility:
code-quality-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Install uv
- name: Run checks
uses: astral-sh/ruff-action@v1
with:
args: "check"

0 comments on commit 29fd1a8

Please sign in to comment.