Skip to content

Commit

Permalink
Always Run Staticcheck workflow (#4690)
Browse files Browse the repository at this point in the history
Signed-off-by: c-kruse <[email protected]>
  • Loading branch information
c-kruse authored Apr 13, 2022
1 parent 37f1bf7 commit 4d01e5b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/static-check.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: static-check

on:
pull_request:
push:
tags:
- 'v*'
branches:
- main
pull_request:
branches:
- '*'

jobs:
staticcheck:
Expand Down

0 comments on commit 4d01e5b

Please sign in to comment.