We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b86d93 commit d7eeaedCopy full SHA for d7eeaed
2 files changed
.github/workflows/linter-ruff.yml
@@ -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