Skip to content

Commit

Permalink
update static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshak committed Jan 23, 2024
1 parent 8eac2e5 commit 77c6080
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: Static analysis
name: Static Analysis (Flake8/Ruff)

on: push

jobs:
call-flake8-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-flake8.yml@main
uses: ASFHyP3/actions/.github/workflows/reusable-flake8.yml@v0.8.3
with:
local_package_names: s1_frame_enumerator

call-secrets-analysis-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@main
uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.8.3

call-ruff-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.9.0

0 comments on commit 77c6080

Please sign in to comment.