We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21706ca commit 79eeae0Copy full SHA for 79eeae0
.github/workflows/golang.yml
@@ -7,6 +7,8 @@ on:
7
- '**.go'
8
- '**/go.mod'
9
- '**/go.sum'
10
+ - 'cmd/scip/**'
11
+ - 'docs/CLI.md'
12
13
jobs:
14
go-test:
docs/CLI.md
@@ -18,7 +18,7 @@ USAGE:
18
scip [global options] command [command options] [arguments...]
19
20
VERSION:
21
- v0.3.0
+ v0.3.1
22
23
DESCRIPTION:
24
For more details, see the project README at:
0 commit comments