Skip to content

Commit d7eeaed

Browse files
SwooshyCuebalanking
authored andcommitted
[#726] Add configuration and GH actions for ruff
1 parent 8b86d93 commit d7eeaed

2 files changed

Lines changed: 482 additions & 0 deletions

File tree

.github/workflows/linter-ruff.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: linter-ruff
2+
3+
on: pull_request
4+
5+
defaults:
6+
run:
7+
shell: bash
8+
9+
jobs:
10+
ruff-lint:
11+
uses: irods/irods_reusable_github_workflows/.github/workflows/linter-irods-ruff.yml@main

0 commit comments

Comments
 (0)