Skip to content

chore(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.29.0 #414

chore(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.29.0

chore(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.29.0 #414

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint