Skip to content

Update dependency eslint-plugin-import to v2.29.1 #745

Update dependency eslint-plugin-import to v2.29.1

Update dependency eslint-plugin-import to v2.29.1 #745

Workflow file for this run

name: Test
on: push
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
- run: nix develop --command yarn install
- run: nix develop --command yarn prepare
- run: nix develop --command yarn test