Skip to content

chore(deps): update actions/checkout action to v4 #580

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #580

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: test
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@main
- uses: ./.github/actions/setup-project
- run: pnpm build
- run: pnpm lint
- run: scripts/test-e2e