Skip to content

Commit 0565f3a

Browse files
committed
update github actions
1 parent 747f1ac commit 0565f3a

File tree

5 files changed

+26
-70
lines changed

5 files changed

+26
-70
lines changed

.github/workflows/action.yml

-26
This file was deleted.
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 'Check Links'
2+
on:
3+
workflow_dispatch:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
link_check:
9+
name: 'Link Check'
10+
uses: STRIDES/NIHCloudLab/.github/workflows/check-links.yaml@main
11+
with:
12+
repo_link_ignore_list: ""

.github/workflows/check_links.yml

-28
This file was deleted.

.github/workflows/github-lint.yml

-16
This file was deleted.
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: 'Lint Notebook'
2+
on:
3+
push:
4+
workflow_dispatch:
5+
permissions:
6+
contents: write
7+
id-token: write
8+
9+
jobs:
10+
lint:
11+
name: 'Linting'
12+
uses: STRIDES/NIHCloudLab/.github/workflows/notebook-lint.yaml@main
13+
with:
14+
directory: .

0 commit comments

Comments
 (0)