5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 16:09:36 +00:00

Don't require lint in pipeline

This commit is contained in:
Neil Alexander 2020-10-11 16:41:40 +01:00
parent b6c894bc01
commit e90d40a49e
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -215,15 +215,9 @@ workflows:
build:
jobs:
- lint
- build-linux:
requires:
- lint
- build-macos:
requires:
- lint
- build-other:
requires:
- lint
- build-linux
- build-macos
- build-other
- upload:
requires:
- build-linux