فهرست منبع

rename PR checks

Klaudiusz Dembler 4 سال پیش
والد
کامیت
2728eb643b
1فایلهای تغییر یافته به همراه3 افزوده شده و 5 حذف شده
  1. 3 5
      .github/workflows/checks.yml

+ 3 - 5
.github/workflows/atlas-pr.yml → .github/workflows/checks.yml

@@ -1,9 +1,9 @@
-name: Atlas
+name: Checks
 on: [push, pull_request]
 
 jobs:
   test:
-    name: Atlas Tests
+    name: Tests
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
@@ -21,7 +21,7 @@ jobs:
       - name: Run Tests
         run: yarn coverage
   lint:
-    name: Atlas Lint
+    name: Linting
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
@@ -34,8 +34,6 @@ jobs:
         uses: actions/setup-node@v1
         with:
           node-version: ${{matrix.node-version}}
-      - name: Install root modules
-        run: yarn install --frozen-lockfile
       - name: Install modules
         run: yarn install --frozen-lockfile
       - name: Run ESLint