Skip to content

Commit

Permalink
Add missing checkout step before lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 15, 2024
1 parent 475edc8 commit b8f19a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8 # v16
with:
globs: '**/*.md'

0 comments on commit b8f19a7

Please sign in to comment.