Skip to content

chore(deps-dev): bump eslint from 8.38.0 to 8.40.0 #282

chore(deps-dev): bump eslint from 8.38.0 to 8.40.0

chore(deps-dev): bump eslint from 8.38.0 to 8.40.0 #282

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test
env:
CI: true
- uses: codecov/codecov-action@v2