Skip to content

Commit

Permalink
workflow addition and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dulude committed Jan 19, 2024
1 parent 6b0fdac commit ea68d39
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 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 }}
16 changes: 16 additions & 0 deletions .github/workflows/pep8_script_style_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## This workflow performs PEP8 style checks on python scripts
name: PEP8 Script Style Check Execution

on:
pull_request:
branches:
- main
paths:
- 'notebooks/**.py'
- '*.yml'

jobs:
Script_PEP8_Check:
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/mast_notebooks/intro.html"

0 comments on commit ea68d39

Please sign in to comment.