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