Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/linter-ruff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: linter-ruff

on: pull_request

defaults:
run:
shell: bash

jobs:
ruff-lint:
uses: SwooshyCueb/irods_reusable_github_workflows/.github/workflows/linter-irods-ruff.yml@main
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we'd update this to irods namespace once we're happy...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. Also, this PR was supposed to be in my fork, not in the actual repo. But GitHub has a lot of dark patterns to try and prevent that I guess

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes it more real! or something.

Loading
Loading