Skip to content

chore(deps): bump actions/checkout from 6 to 7 in the actions group #56

chore(deps): bump actions/checkout from 6 to 7 in the actions group

chore(deps): bump actions/checkout from 6 to 7 in the actions group #56

Workflow file for this run

---
name: CI
on:
push:
branches: [main]
pull_request:
branches:
- main
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ./.github/actions/setup
- run: pnpm lint
- run: pnpm format:check
- run: pnpm build
- run: pnpm test
- run: pnpm check:bundles