Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Rename job from test to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwachter committed Jul 29, 2020
1 parent 0f2ddc9 commit dc08ebe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test, Publish, & Release
name: Lint, Publish, & Release
on: [push]

jobs:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit dc08ebe

Please sign in to comment.