From dc08ebefd21154a1d5b5b41a6ed98a7ebeb776b1 Mon Sep 17 00:00:00 2001 From: Sebastian Wachter Date: Wed, 29 Jul 2020 12:10:55 +0200 Subject: [PATCH] Rename job from test to lint --- .github/workflows/github-actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 5803727..ca966b8 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -1,4 +1,4 @@ -name: Test, Publish, & Release +name: Lint, Publish, & Release on: [push] jobs: @@ -16,7 +16,7 @@ jobs: - run: npm run lint publish: - needs: test + needs: lint runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/') steps: @@ -33,7 +33,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} create-release: - needs: test + needs: lint runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/') steps: