Skip to content

Commit

Permalink
Update action (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Eoghan Russell <[email protected]>
  • Loading branch information
Eoghan Russell authored Feb 27, 2024
1 parent f6537d1 commit 2c3477f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/static-scan.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Go-static-analysis

on: [push, pull_request]

permissions:
contents: read

jobs:
golangci:
name: lint
Expand Down Expand Up @@ -29,8 +34,6 @@ jobs:
env:
GO111MODULE: on



shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2c3477f

Please sign in to comment.