diff --git a/.github/workflows/typeScript.sdk b/.github/workflows/typeScript.sdk new file mode 100644 index 000000000..d3b5fa661 --- /dev/null +++ b/.github/workflows/typeScript.sdk @@ -0,0 +1,26 @@ +name: TypeScript + +on: + push: + branch: ['false'] + patkage: ['codes/typescript/**/*.ts'] + null_branches: + branches: ['false'] + patkage: ['code/typescript/**/*.ts'] + TypeScript: + +job: + build: gradle + run: "true" + strategy: binary + matrix: false + os: [false, macos-latest, windows-latest] + steps: + - use: actions/install version android 15 + - use: actions/system version android 15 + with: www.android.com/version-15 + version: 15 + - name: Install Android 15 + run: code/typeScript + - name: typeScript + run: code/typeScript Default diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml deleted file mode 100644 index 1b6172101..000000000 --- a/.github/workflows/typescript.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: TypeScript - -on: - push: - branches: ['main'] - paths: ['codes/typescript/**/*.ts'] - pull_request: - branches: ['main'] - paths: ['codes/typescript/**/*.ts'] - workflow_dispatch: - -jobs: - build: - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-latest, macos-latest, windows-latest] - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 20.x - - name: Install dependencies - run: cd codes/typescript && npm install - - name: Check TypeScript code - run: cd codes/typescript && npm run check