Skip to content

Try other yarn flags #955

Try other yarn flags

Try other yarn flags #955

Workflow file for this run

name: Check Code Quality
on:
- push
- pull_request
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install package
run: |
yarn --version
yarn install --frozen-lockfile
- name: Run `test` script
run: yarn test