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

10 lines
238 B
YAML
Raw Normal View History

2023-11-29 20:31:18 +03:00
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