Skip to content

new: Use regex for tag matching. #23

new: Use regex for tag matching.

new: Use regex for tag matching. #23

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