Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Sep 2, 2021
1 parent 2278ebe commit b07b192
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,6 @@ on:
- 'api/**'

jobs:
go-filter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodule: true

- uses: ./.github/actions/paths-filter
id: changes
with:
filters: |
go:
- '**.go'
working-directory: 'api'
list-files: shell
outputs:
matches: ${{ steps.changes.outputs.go }}
files: ${{ steps.changes.outputs.go_files }}

golangci:
runs-on: ubuntu-latest
needs: go-filter
Expand Down

0 comments on commit b07b192

Please sign in to comment.