We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c4b39 commit 7b1ece2Copy full SHA for 7b1ece2
.github/workflows/test.yaml
@@ -39,11 +39,11 @@ jobs:
39
# on Windows, but pwsh fails to install protoc-gen-go
40
# so we force cmd as default shell for this task
41
if: matrix.operating-system == 'windows-2019'
42
- shell: cmd
43
run: |
44
go get github.com/golangci/govet
45
go get golang.org/x/lint/golint
46
go get github.com/golang/protobuf/protoc-gen-go
+ shell: cmd
47
48
- name: Install Taskfile
49
uses: Arduino/actions/setup-taskfile@master
0 commit comments