Skip to content

chore: add validation pipeline configuration for pull requests #2

chore: add validation pipeline configuration for pull requests

chore: add validation pipeline configuration for pull requests #2

Workflow file for this run

name: CI
on:
pull_request: ~
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: Lint & Build
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: commencis/js-toolkit/.github/actions/setup@main
- name: Review
run: pnpm run ci:review
- name: Build
run: pnpm run build