From e93b786446bc627a3e26d60ceda0eb3303ffb334 Mon Sep 17 00:00:00 2001 From: ArchZero Date: Sun, 11 Jan 2026 11:07:29 +0800 Subject: [PATCH] Add Actions --- .gitea/workflows/BuildTS.yaml | 12 ++++++++++++ .gitignore | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 .gitea/workflows/BuildTS.yaml create mode 100644 .gitignore diff --git a/.gitea/workflows/BuildTS.yaml b/.gitea/workflows/BuildTS.yaml new file mode 100644 index 0000000..0654ad2 --- /dev/null +++ b/.gitea/workflows/BuildTS.yaml @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..76add87 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +dist \ No newline at end of file