Run brew style for docs as part of the docs CI job

- Let's see how this goes.
This commit is contained in:
Issy Long 2024-01-21 23:21:44 +00:00
parent 28c513ac9d
commit 1fe968e937
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -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: |