Skip to content

Commit

Permalink
test(ci): correct the patterns to match the SCSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Dec 24, 2022
1 parent e01eb8a commit 8f2b42b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: 'Style Lint'
on:
push:
paths:
- '_sass/**.scss'
- '_sass/**/*.scss'
tags-ignore:
- '**'
pull_request:
paths:
- '_sass/**.scss'
- '_sass/**/*.scss'

jobs:
stylelint:
Expand Down

0 comments on commit 8f2b42b

Please sign in to comment.