浏览代码

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