Skip to content

fix(package): pnpm workspace packages filtering (#15) #16

fix(package): pnpm workspace packages filtering (#15)

fix(package): pnpm workspace packages filtering (#15) #16

Workflow file for this run

name: Verify
on:
push:
branches: [master, main]
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
uses: ./.github/actions/install
- name: Lint
run: pnpm lint
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
uses: ./.github/actions/install
- name: Lint
run: pnpm build