Skip to content

build(deps-dev): bump eslint-plugin-react from 7.35.0 to 7.37.0 #217

build(deps-dev): bump eslint-plugin-react from 7.35.0 to 7.37.0

build(deps-dev): bump eslint-plugin-react from 7.35.0 to 7.37.0 #217

Workflow file for this run

name: pull-request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: yarn install --frozen-lockfile
- run: yarn check-types
- run: yarn lint
- run: yarn build
env:
ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}}
SPACE_ID: ${{secrets.SPACE_ID}}