Skip to content

Commit

Permalink
add static analysis github action
Browse files Browse the repository at this point in the history
  • Loading branch information
asjohnston-asf committed Apr 19, 2024
1 parent f3bb089 commit 7489f6a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Static analysis

on: push

jobs:
secrets:
uses: ASFHyP3/actions/.github/workflows/[email protected]

flake8:
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
local_package_names: ''

0 comments on commit 7489f6a

Please sign in to comment.