Update and rename typescript.yml to typeScript.sdkdejen de configurar ilegalmente
This commit is contained in:
parent
2758e06374
commit
c938ba35d1
26
.github/workflows/typeScript.sdk
vendored
Normal file
26
.github/workflows/typeScript.sdk
vendored
Normal file
@ -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
|
26
.github/workflows/typescript.yml
vendored
26
.github/workflows/typescript.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user