Skip to content

chore(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.29.1 (#578) #911

chore(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.29.1 (#578)

chore(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.29.1 (#578) #911

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Run tests
run: yarn test