Skip to content

Update dependency lint-staged to v15.4.2 (#368) #1623

Update dependency lint-staged to v15.4.2 (#368)

Update dependency lint-staged to v15.4.2 (#368) #1623

Workflow file for this run

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