Skip to content

Instantly share code, notes, and snippets.

@ethomson
Created December 6, 2019 00:31
Show Gist options
  • Save ethomson/d56f1804295ee1a4779a0d013ec4572b to your computer and use it in GitHub Desktop.
Save ethomson/d56f1804295ee1a4779a0d013ec4572b to your computer and use it in GitHub Desktop.
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container: 'node:current'
steps:
- uses: actions/checkout@v1
- run: |
npm ci
npm run build
npm test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment