Skip to content

Commit

Permalink
Merge pull request #210 from spacetelescope/pep8_v3_update
Browse files Browse the repository at this point in the history
Update pep8 checker workflows, broken link checker workflow to use "v3" branch, specify python version as input argument
  • Loading branch information
dulude authored Jan 30, 2024
2 parents 2385002 + f29c8b7 commit 968860d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pep8_nb_style_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ on:

jobs:
Notebook_PEP8_Check:
uses: spacetelescope/notebook-ci-actions/.github/workflows/notebook_pep8check.yml@main
uses: spacetelescope/notebook-ci-actions/.github/workflows/notebook_pep8check.yml@v3
with:
python-version: ${{ vars.PYTHON_VERSION }}
6 changes: 4 additions & 2 deletions .github/workflows/pep8_script_style_check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## This workflow performs PEP8 style checks on the python code in notebook code cells.
## This workflow performs PEP8 style checks on python scripts
name: PEP8 Script Style Check Execution

on:
Expand All @@ -11,4 +11,6 @@ on:

jobs:
Script_PEP8_Check:
uses: spacetelescope/notebook-ci-actions/.github/workflows/script_pep8check.yml@main
uses: spacetelescope/notebook-ci-actions/.github/workflows/script_pep8check.yml@v3
with:
python-version: ${{ vars.PYTHON_VERSION }}
2 changes: 1 addition & 1 deletion .github/workflows/weekly_broken_link_finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
Scheduled:
uses: spacetelescope/notebook-ci-actions/.github/workflows/broken_link_checker.yml@main
uses: spacetelescope/notebook-ci-actions/.github/workflows/broken_link_checker.yml@v3
with:
website_url: "https://spacetelescope.github.io/jdat_notebooks/"

0 comments on commit 968860d

Please sign in to comment.