Skip to content

[Hotfix] - Fix Walking Set Config #46

[Hotfix] - Fix Walking Set Config

[Hotfix] - Fix Walking Set Config #46

Workflow file for this run

name: Build and Lint
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install, Build, and Lint
run: |
npm install
npm run build
npm run lint