Skip to content

ci: add test suite selection #12

ci: add test suite selection

ci: add test suite selection #12

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: corepack enable
- run: pnpm --version
- name: install
run: pnpm install --frozen-lockfile --prefer-offline
- name: lint
run: echo "TODO"