Skip to content

bump picomatch from 4.0.3 to 4.0.4 #14

bump picomatch from 4.0.3 to 4.0.4

bump picomatch from 4.0.3 to 4.0.4 #14

Workflow file for this run

name: Test PR
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup
uses: ./.github/actions/setup
- name: test
run: pnpm test
lint-check:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup
uses: ./.github/actions/setup
- name: test
run: pnpm lint:check
format-check:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup
uses: ./.github/actions/setup
- name: test
run: pnpm format:check