Skip to content

Commit

Permalink
It's annoying that I have to push every time I want to test the GitHu…
Browse files Browse the repository at this point in the history
…b actions
  • Loading branch information
hopperelec committed Nov 10, 2023
1 parent 966fa4a commit 74d7d61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
eslint:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -18,7 +17,6 @@ jobs:
- run: npm ci
- run: npm run eslint
stylelint:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 74d7d61

Please sign in to comment.