Skip to content

Commit

Permalink
add staticcheck to ci process
Browse files Browse the repository at this point in the history
This is just a test.
  • Loading branch information
ewollesen committed Nov 17, 2023
1 parent ccec1a4 commit 9230b05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ jobs:
with:
command: monitor
args: --dev --org=tidepool
- name: Run staticcheck
uses: tidepool-org/staticcheck-action@master
with:
version: "2023.1.6"
fail: "none"

0 comments on commit 9230b05

Please sign in to comment.