Skip to content

Commit

Permalink
fix golangci work dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gwen917 committed Sep 6, 2023
1 parent ae9e09d commit b610c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '*'

jobs:
golang-linter:
golangci:
runs-on: ubuntu-20.04

steps:
Expand All @@ -28,5 +28,5 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.51
working-directory: .
working-directory: ./awm-relayer
args: --timeout 10m

0 comments on commit b610c85

Please sign in to comment.