Skip to content

Commit

Permalink
update notebook-lint ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mr8lu committed Nov 25, 2024
1 parent aa20689 commit b0ccade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notebook-lint-self.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ permissions:
jobs:
lint:
name: 'Linting'
uses: STRIDES/NIHCloudLab/.github/workflows/notebook-lint.yaml@dev/gh-action
uses: STRIDES/NIHCloudLab/.github/workflows/notebook-lint.yaml@main
with:
directory: .
2 changes: 1 addition & 1 deletion .github/workflows/notebook-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: STRIDES/NIHCloudLab
ref: dev/gh-action
ref: main
path: reusable-workflow-repo

- name: Set up Python
Expand Down

0 comments on commit b0ccade

Please sign in to comment.