Skip to content

Commit

Permalink
add staticcheck github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinkel committed Aug 24, 2022
1 parent 3673ed2 commit 11c2b64
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/staticcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "StaticCheck"
on: ["push", "pull_request"]

jobs:
ci:
name: "staticcheck"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: dominikh/staticcheck-action@v1.1.0
with:
version: "2022.1.3"

0 comments on commit 11c2b64

Please sign in to comment.