Create ruff.yml

This commit is contained in:
ali asaria
2025-02-04 13:47:14 -05:00
committed by GitHub
parent e1157feab7
commit c264dc2f3c

8
.github/workflows/ruff.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
name: Ruff
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3