Skip to content

Commit 84e1324

Browse files
committed
syntax
1 parent 6400e2b commit 84e1324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
go-version: ^1.16
3030
- run: go build
3131
- name: vet
32-
if: matrix.os !== 'windows-latest'
32+
if: matrix.os != 'windows-latest'
3333
run: make vet
3434
- name: lint
35-
if: matrix.os !== 'windows-latest'
35+
if: matrix.os != 'windows-latest'
3636
run: make lint
3737
- name: image
3838
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)