Skip to content

test: check npm and pnpm #551

test: check npm and pnpm

test: check npm and pnpm #551

Workflow file for this run

name: CI
on:
pull_request:
branches: [main, beta]
types: [opened, synchronize]
jobs:
init:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/quickstart
- uses: wagoid/commitlint-github-action@v5
- run: |
type pnpm
type npm