Skip to content

Commit

Permalink
workflows/docs: temporarily disable brew style docs check.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jun 13, 2024
1 parent 1b8bddd commit ca2ac3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ca2ac3d

Please sign in to comment.