mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Convert workflows to use reviewdog, run rubocop on tree (#8939)
This commit is contained in:
committed by
GitHub
parent
3e2fa11072
commit
86a7814bda
4
.github/workflows/Markdown-lint.yml
vendored
4
.github/workflows/Markdown-lint.yml
vendored
@@ -7,6 +7,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Markdown-lint
|
||||
uses: bewuethr/mdl-action@v1
|
||||
uses: reviewdog/action-markdownlint@v0
|
||||
with:
|
||||
style-file: .mdl_style.rb
|
||||
markdownlint_flags: '-s .mdl_style.rb'
|
||||
|
||||
Reference in New Issue
Block a user