Skip to content

build(deps): bump react-devtools-core from 4.27.1 to 4.28.4 #97

build(deps): bump react-devtools-core from 4.27.1 to 4.28.4

build(deps): bump react-devtools-core from 4.27.1 to 4.28.4 #97

Workflow file for this run

name: Lint
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '14.x'
- run: yarn install --frozen-lockfile
- run: yarn run lint