Skip to content

Commit

Permalink
fix: 💚 more linting on actions
Browse files Browse the repository at this point in the history
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
  • Loading branch information
iamnewton committed Oct 22, 2024
1 parent 73ae882 commit 493f4e2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ permissions:

jobs:
setup:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

lint:
needs: setup
Expand Down

0 comments on commit 493f4e2

Please sign in to comment.