Skip to content

Commit

Permalink
Merge pull request #38 from mackerelio/use-lint
Browse files Browse the repository at this point in the history
use reusing workflow go-lint
  • Loading branch information
lufia committed Mar 13, 2023
2 parents cf653fe + 91c5e60 commit da2ddb3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
uses: mackerelio/workflows/.github/workflows/go-lint.yml@main
test:
uses: mackerelio/workflows/.github/workflows/go-test.yml@main

0 comments on commit da2ddb3

Please sign in to comment.