From 7989ca7e6b2c4ad591c3d82e11d122d14cb8b9d8 Mon Sep 17 00:00:00 2001 From: Jonas Date: Sun, 7 Apr 2024 12:48:50 +0200 Subject: [PATCH] Remv --- .githubworkflows/typescript.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .githubworkflows/typescript.yml diff --git a/.githubworkflows/typescript.yml b/.githubworkflows/typescript.yml deleted file mode 100644 index 2ab1730..0000000 --- a/.githubworkflows/typescript.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: TypeScript Build - -on: - push: - branches: - - main # Adjust branch name as needed - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Install dependencies - run: npm install - - - name: Run TypeScript compilation - run: npm run build # Or replace with your build command