Skip to content

Have Aware not end on last frame but end on first to give us Clueless #450

Have Aware not end on last frame but end on first to give us Clueless

Have Aware not end on last frame but end on first to give us Clueless #450

Workflow file for this run

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