-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrigido problema em CI adicionando a compilação SASS
- Loading branch information
1 parent
353e10d
commit b92c608
Showing
2 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
name: Verificar arquivos markdown | ||
on: | ||
push: | ||
paths: | ||
- '**.md' | ||
- "**.md" | ||
pull_request: | ||
paths: | ||
- '**.md' | ||
|
||
- "**.md" | ||
jobs: | ||
lint: | ||
name: Verifica arquivos markdown | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: DavidAnson/markdownlint-cli2-action@v16 | ||
with: | ||
config: .markdownlint.jsonc | ||
globs: | | ||
**.md | ||
!venv | ||
!node_modules | ||
- uses: actions/checkout@v4 | ||
- uses: DavidAnson/markdownlint-cli2-action@v16 | ||
with: | ||
config: .markdownlint.jsonc | ||
globs: | | ||
**.md | ||
!venv |