12 lines
No EOL
275 B
YAML
12 lines
No EOL
275 B
YAML
runs:
|
|
using: 'composite'
|
|
steps:
|
|
- name: Setup pnpm
|
|
uses: pnpm/action-setup@v2
|
|
with:
|
|
version: '9.0.6'
|
|
- run: pnpm install --frozen-lockfile
|
|
shell: bash
|
|
- name: 'TL codegen'
|
|
run: pnpm -C packages/tl run gen-code
|
|
shell: bash |