Skip to content

Bump activesupport from 7.0.7 to 7.1.3 in /examples/client/Locomotion #2532

Bump activesupport from 7.0.7 to 7.1.3 in /examples/client/Locomotion

Bump activesupport from 7.0.7 to 7.1.3 in /examples/client/Locomotion #2532

Workflow file for this run

name: App Test
on:
push:
paths:
- 'examples/client/Locomotion/**'
- '.github/workflows/app_test.yml'
defaults:
run:
working-directory: examples/client/Locomotion
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14
always-auth: true
registry-url: https://registry.npmjs.org
- name: Install NPM dependencies
run: npm install
- run: npm run linter
- run: npm run ts || echo "Warning! npm run ts failed."