Skip to content

Commit

Permalink
ci: adds quality check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabpain committed Oct 17, 2024
1 parent caf8f7b commit dd40a22
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ✅ Quality Checks
on: [ push ]

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

- name: Install uv
uses: astral-sh/ruff-action@v1

0 comments on commit dd40a22

Please sign in to comment.