File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
22
- name : Checkout
23
23
uses : actions/checkout@v4
24
24
with :
25
- repository : NIGMS/NIGMS-Sandbox/.github/workflows/notebook-lint.yaml@main
25
+ repository : NIGMS/NIGMS-Sandbox
26
26
path : reusable-workflow-repo
27
+ ref : reusable_workflow
27
28
28
29
- name : Link Check
29
30
run : |
Original file line number Diff line number Diff line change 21
21
- name : Checkout
22
22
uses : actions/checkout@v4
23
23
with :
24
- repository : NIGMS/NIGMS-Sandbox/.github/workflows/notebook-lint.yaml@main
24
+ repository : NIGMS/NIGMS-Sandbox
25
+ ref : reusable_workflow
25
26
path : reusable-workflow-repo
26
27
27
28
- name : Set up Python
@@ -31,13 +32,13 @@ jobs:
31
32
cache : ' pip'
32
33
33
34
- name : Install requirements.txt
34
- working-directory : ${GITHUB_WORKSPACE}/ reusable-workflow-repo/.github/workflows/
35
+ working-directory : reusable-workflow-repo/.github/workflows/
35
36
run : |
36
37
python3 -m pip install --upgrade pip
37
38
pip3 install nbformat
38
39
39
40
- name : Notebook Linting
40
- working-directory : ${GITHUB_WORKSPACE}/ reusable-workflow-repo/.github/workflows/
41
+ working-directory : reusable-workflow-repo/.github/workflows/
41
42
run : |
42
43
python3 lint.py
43
44
You can’t perform that action at this time.
0 commit comments