Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Aug 28, 2023
1 parent 100a2e1 commit f4b46c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ jobs:
name: gofmt
runs-on: ubuntu-latest
defaults:
working-directory: backend
run:
working-directory: backend
setup-go:
working-directory: backend
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Go
id: setup-go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
Expand Down

0 comments on commit f4b46c5

Please sign in to comment.