workflows/docs: temporarily disable brew style docs check.

This commit is contained in:
Mike McQuaid 2024-06-13 09:55:16 +01:00
parent 1b8bddd8bf
commit ca2ac3dd06
No known key found for this signature in database

View File

@ -60,8 +60,9 @@ jobs:
working-directory: docs
run: bundle exec rake lint
- name: Check code blocks conform to our Ruby style guide
run: brew style docs
# TODO: reenable when possible.
# - name: Check code blocks conform to our Ruby style guide
# run: brew style docs
- name: Generate formulae.brew.sh API samples
if: github.repository == 'Homebrew/formulae.brew.sh'