Skip to content

Commit

Permalink
Try again with 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 c78dfad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/staticmajor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Staticmajor
on: [push,workflow_dispatch,pull_request]
jobs:
run_staticmajor:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Staticmajor action
id: staticmajor
uses: orijtech/staticmajor-action@main
with:
packages: ./...
resleak: true
httperroryzer: false
structslop: false

0 comments on commit c78dfad

Please sign in to comment.