Skip to content

Commit 67e51c7

Browse files
committed
[726] Add configuration and GH actions for ruff
1 parent 16cc573 commit 67e51c7

File tree

2 files changed

+485
-0
lines changed

2 files changed

+485
-0
lines changed

.github/workflows/linter-ruff.yml

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

0 commit comments

Comments
 (0)