Have Aware not end on last frame but end on first to give us Clueless #449
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: [pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Setup node 12 | |
uses: actions/setup-node@v1 | |
with: | |
node-version: 12.x | |
- run: npm ci | |
- run: npm run build |