Skip to content

Commit

Permalink
Add workspace sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Jul 9, 2023
1 parent d61f0d0 commit 5893643
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/quality-assurance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.20
- uses: actions/checkout@v3
- name: Sync workspace
run: go work sync
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 5893643

Please sign in to comment.