5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-12 23:20:28 +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: build:
jobs: jobs:
- lint - lint
- build-linux: - build-linux
requires: - build-macos
- lint - build-other
- build-macos:
requires:
- lint
- build-other:
requires:
- lint
- upload: - upload:
requires: requires:
- build-linux - build-linux