Skip to content

build(deps-dev): bump eslint from 8.53.0 to 8.57.0 #257

build(deps-dev): bump eslint from 8.53.0 to 8.57.0

build(deps-dev): bump eslint from 8.53.0 to 8.57.0 #257

Workflow file for this run

name: Test
on: pull_request
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build