Add Actions
Some checks failed
Build TypeScript / Build TypeScript (push) Has been cancelled

This commit is contained in:
2026-01-11 11:07:29 +08:00
parent bcb54bd290
commit e93b786446
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
node_modules
dist