Skip to content

Instantly share code, notes, and snippets.

@sger
Last active March 24, 2020 07:16
Show Gist options
  • Select an option

  • Save sger/77ff6dfedc32cc611c6b9a978140c9dd to your computer and use it in GitHub Desktop.

Select an option

Save sger/77ff6dfedc32cc611c6b9a978140c9dd to your computer and use it in GitHub Desktop.
Jobs
jobs:
lint:
test:
needs: lint
build:
needs: [lint, test]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment