Skip to content

Commit

Permalink
Merge pull request #43 from mackerelio/pin-wf
Browse files Browse the repository at this point in the history
pinned workflows@v1.0.1
  • Loading branch information
lufia authored Oct 2, 2023
2 parents 95ad1f8 + cd4d112 commit a13d93a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
pull_request:
jobs:
lint:
uses: mackerelio/workflows/.github/workflows/go-lint.yml@main
uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.0.1
test:
uses: mackerelio/workflows/.github/workflows/go-test.yml@main
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.0.1
testrun:
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@main
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.0.1
with:
run: go run ./cmd/osstat

0 comments on commit a13d93a

Please sign in to comment.