mtcute/.forgejo/actions/init/action.yml

10 lines
No EOL
238 B
YAML

runs:
using: 'composite'
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v2
- run: pnpm install --frozen-lockfile
shell: bash
- name: 'TL codegen'
run: pnpm -C packages/tl run gen-code
shell: bash