Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karimodm committed Nov 8, 2023
1 parent 3d07160 commit 1029cd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:

- name: Setup go
uses: actions/setup-go@v4
with:
go-version-file: './typegroupingcheck/go.mod'

- name: Build custom linter
working_directory: ./typegroupingcheck
working-directory: ./typegroupingcheck
run: |
go build -buildmode=plugin -o typegroupingcheck.so
Expand Down

0 comments on commit 1029cd8

Please sign in to comment.