Skip to content

Update dependency eslint to v8.57.0 #432

Update dependency eslint to v8.57.0

Update dependency eslint to v8.57.0 #432

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install dependencies 💿
run: yarn install
- name: Run linter ⚡
run: yarn lint
- name: Run build 🔨
run: yarn build