Skip to content

Commit

Permalink
Merge pull request #48 from mackerelio/reuse-lint
Browse files Browse the repository at this point in the history
use reusing go-lint workflow
  • Loading branch information
lufia authored Mar 14, 2023
2 parents 58bb8bc + ef4775b commit f4755ac
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 f4755ac

Please sign in to comment.