Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix naming of CI jobs
Alexis Sellier committed 4 years ago
commit bc1b01e09d45414f6211cd969243fb34dbae82d2
parent 1ea09a9073a8a7106dc3d566c3e8db193a7fff85
2 files changed +5 -5
modified .github/workflows/check-build.yml
@@ -2,7 +2,7 @@ name: check-build
on: [push, pull_request]

jobs:
-
  check-format:
+
  check-build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
@@ -10,4 +10,4 @@ jobs:
        with:
          node-version: '14'
      - run: npm ci
-
      - run: npm run build 
+
      - run: npm run build
modified .github/workflows/svelte-check.yml
@@ -1,8 +1,8 @@
-
name: svelte-check 
+
name: svelte-check
on: [push, pull_request]

jobs:
-
  check-format:
+
  svelte-check:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
@@ -10,4 +10,4 @@ jobs:
        with:
          node-version: '14'
      - run: npm ci
-
      - run: npm run check 
+
      - run: npm run check