Skip to content

Create good-jars-fold.md #47

Create good-jars-fold.md

Create good-jars-fold.md #47

Workflow file for this run

name: Test
on:
push:
branches:
- '*'
- '!main'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 180
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Test
run: pnpm t