Ver Fonte

add github action workflows

Daniel Bohry há 9 meses atrás
pai
commit
fc09108688
2 ficheiros alterados com 0 adições e 6 exclusões
  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