Skip to content

Create poor-trees-lick.md #65

Create poor-trees-lick.md

Create poor-trees-lick.md #65

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