Skip to content

Combine animation files before testing #75

Combine animation files before testing

Combine animation files before testing #75

Workflow file for this run

name: Test Autorec
on:
pull_request:
paths:
- "module/autorec.json"
- ".github/check-autorec.js"
push:
paths:
- ".github/check-autorec.js"
- "module/autorec.json"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
- name: Install Dependencies
run: npm install @actions/core
- name: Combine Animation Files
run: node ./scripts/combine-animations.mjs
- name: Test
run: node .github/check-autorec.js