Skip to content

Instantly share code, notes, and snippets.

@corradin
Last active January 3, 2022 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corradin/10b55229454a7fb1c220a683ac4a526f to your computer and use it in GitHub Desktop.
Save corradin/10b55229454a7fb1c220a683ac4a526f to your computer and use it in GitHub Desktop.
trigger:
- main
pool:
vmImage: ubuntu-latest
steps:
- script: npm ci
displayName: NPM Install Dependencies
- script: npm run lint
displayName: Lint
- script: npm run test:ci
displayName: Unit Tests
- script: npm run build
displayName: Build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment