소스 검색

add github action workflows

Daniel Bohry 9 달 전
부모
커밋
fc09108688
2개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 3
      .github/workflows/build.yml
  2. 0 3
      .github/workflows/buildAndRelease.yml

+ 0 - 3
.github/workflows/build.yml

@@ -20,8 +20,5 @@ jobs:
       - name: Install dependencies
         run: npm install
 
-      - name: Run lint checks
-        run: npm run lint
-
       - name: Build the application
         run: npm run build

+ 0 - 3
.github/workflows/buildAndRelease.yml

@@ -20,9 +20,6 @@ jobs:
       - name: Install dependencies
         run: npm install
 
-      - name: Run lint checks
-        run: npm run lint
-
       - name: Build the application
         run: npm run build