Skip to content

Commit

Permalink
add in reusable flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelynsmale committed Mar 8, 2024
1 parent d0f7840 commit c97ca38
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,5 @@ jobs:
uses: ASFHyP3/actions/.github/workflows/[email protected]

flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v5
with:
python-version: 3.9
- run: |
python -m pip install --upgrade pip
- run: make flake8
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/reusable-flake8.yml

0 comments on commit c97ca38

Please sign in to comment.