Skip to content

Commit c26ee54

Browse files
committed
[#726] Add configuration and GH actions for ruff
1 parent fd0b7cc commit c26ee54

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)