Skip to content

new: Support monorepo based tag names. #18

new: Support monorepo based tag names.

new: Support monorepo based tag names. #18

Workflow file for this run

name: 'Pipeline'
on:
push:
branches:
- 'master'
pull_request:
jobs:
ci:
name: 'CI'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm run check