Explorar o código

add github action workflows

Daniel Bohry hai 9 meses
pai
achega
fc09108688
Modificáronse 2 ficheiros con 0 adicións e 6 borrados
  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