Skip to content

Bump activesupport from 6.1.7.3 to 6.1.7.6 in /example #16

Bump activesupport from 6.1.7.3 to 6.1.7.6 in /example

Bump activesupport from 6.1.7.3 to 6.1.7.6 in /example #16

Workflow file for this run

name: Checks if test cases pass
on:
- pull_request
jobs:
lint:
name: Static analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --silent --ignore-scripts
- name: Run test
run: yarn test