Skip to content

Commit

Permalink
added check links and notebook lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mr8lu committed Nov 25, 2024
1 parent 0dc0889 commit 2d66530
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 20 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check-links-self.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Check Links'
on:
workflow_dispatch:
push:
pull_request:

jobs:
link_check:
name: 'Link Check'
uses: STRIDES/NIHCloudLab/.github/workflows/check-links.yaml@main
with:
repo_link_ignore_list: ""
20 changes: 0 additions & 20 deletions .github/workflows/check_links.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/notebook-lint-self.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Lint Notebook'
on:
push:
workflow_dispatch:
permissions:
contents: write
id-token: write

jobs:
lint:
name: 'Linting'
uses: STRIDES/NIHCloudLab/.github/workflows/notebook-lint.yaml@main
with:
directory: .

0 comments on commit 2d66530

Please sign in to comment.