Skip to content

Commit

Permalink
Try adding staticmajor action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Nov 28, 2023
1 parent 4a18a7f commit f249f1e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ jobs:
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out

- name: Staticmajor
id: staticmajor
uses: orijtech/staticmajor-action@main
with:
packages: ./...
resleak: true
httperroryzer: true
structslop: false

0 comments on commit f249f1e

Please sign in to comment.