Files
CloudMusic/.gitea/workflows/BuildTS.yaml
ArchZero e93b786446
Some checks failed
Build TypeScript / Build TypeScript (push) Has been cancelled
Add Actions
2026-01-11 11:07:29 +08:00

13 lines
354 B
YAML

name: Build TypeScript
run-name: Build CloudMusic TypeScript
on: [push]
jobs:
Build TypeScript:
runs-on: ubuntu-latest
steps:
- run : echo "Let's checkout the repository"
- name: Check out repository code
uses: gh.llkk.cc/https://github.com/actions/checkout@v4
#- run : apt install nodejs npm pnpm