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.
2 parents 95ad1f8 + cd4d112 commit a13d93aCopy full SHA for a13d93a
.github/workflows/main.yml
@@ -7,10 +7,10 @@ on:
7
pull_request:
8
jobs:
9
lint:
10
- uses: mackerelio/workflows/.github/workflows/go-lint.yml@main
+ uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.0.1
11
test:
12
- uses: mackerelio/workflows/.github/workflows/go-test.yml@main
+ uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.0.1
13
testrun:
14
- uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@main
+ uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.0.1
15
with:
16
run: go run ./cmd/osstat
0 commit comments