Skip to content

Commit bb4b813

Browse files
authored
Merge pull request #12 from UMassCDS/lukeruud-patch-1
Adding Ruff to repo as a GitHub action
2 parents e7d59ff + b61f734 commit bb4b813

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ruff.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Ruff
2+
on: [push, pull_request]
3+
jobs:
4+
ruff:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v4
8+
- uses: chartboost/ruff-action@v1

0 commit comments

Comments
 (0)