mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Run brew style
for docs as part of the docs CI job
- Let's see how this goes.
This commit is contained in:
parent
28c513ac9d
commit
1fe968e937
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@ -40,6 +40,10 @@ jobs:
|
|||||||
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}/docs
|
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}/docs
|
||||||
run: bundle exec rake lint
|
run: bundle exec rake lint
|
||||||
|
|
||||||
|
- name: Check code blocks conform to our Ruby style guide
|
||||||
|
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}/docs
|
||||||
|
run: brew style -- *.md
|
||||||
|
|
||||||
- name: Build the site and check for broken links
|
- name: Build the site and check for broken links
|
||||||
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}/docs
|
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}/docs
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user