Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahr committed Nov 5, 2024
1 parent b3b6b8b commit c34d23e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # This is necessary for linting only recent changes

- name: Run lintball
uses: elijahr/lintball@v2

0 comments on commit c34d23e

Please sign in to comment.