Skip to content

chore(deps-dev): bump eslint from 8.48.0 to 8.49.0 #1427

chore(deps-dev): bump eslint from 8.48.0 to 8.49.0

chore(deps-dev): bump eslint from 8.48.0 to 8.49.0 #1427

Workflow file for this run

name: Main
on:
- push
- pull_request
jobs:
ci:
name: CI
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
- name: Lint and test
run: |
yarn install --frozen-lockfile
yarn lint
yarn prettier --check '**/*'
yarn test