Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored Dec 29, 2024
1 parent 1f3fa16 commit bd9091a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: '**/*.md'

stylelint:
name: Stylelint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-hub/stylelint@master
- uses: actions-hub/stylelint@master
env:
PATTERN: "assets/css/*.css"

0 comments on commit bd9091a

Please sign in to comment.