1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00

Skip linting for now

This commit is contained in:
Andrey Nering 2019-08-15 22:35:29 -03:00
parent fe6978b107
commit fdff7f80a3

View File

@ -18,7 +18,7 @@ jobs:
run: go build -o ./bin/task -v ./cmd/task
- name: Test
run: ./bin/task ci
run: ./bin/task test
windows:
name: Windows
@ -37,7 +37,7 @@ jobs:
run: go build -o ./bin/task -v ./cmd/task
- name: Test
run: ./bin/task ci
run: ./bin/task test
macos:
name: MacOS
@ -56,4 +56,4 @@ jobs:
run: go build -o ./bin/task -v ./cmd/task
- name: Test
run: ./bin/task ci
run: ./bin/task test