Skip to content

chore(deps-dev): bump eslint from 8.44.0 to 8.46.0 #1167

chore(deps-dev): bump eslint from 8.44.0 to 8.46.0

chore(deps-dev): bump eslint from 8.44.0 to 8.46.0 #1167

Workflow file for this run

name: Build and Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: "yarn"
- name: Install Node dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build