Skip to content

bump flatted from 3.3.3 to 3.4.1 #52

bump flatted from 3.3.3 to 3.4.1

bump flatted from 3.3.3 to 3.4.1 #52

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 -- -- --changed origin/${{ github.base_ref }} --passWithNoTests