Переглянути джерело

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