Skip to content

Commit

Permalink
CI: check yard output
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFromCanada committed Nov 17, 2022
1 parent ebe4447 commit 15ab058
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/tests.yml
Expand Up @@ -37,17 +37,19 @@ jobs:
- name: Install Bundler RubyGems
run: brew install-bundler-gems --groups=sorbet

- name: Install shellcheck
run: brew install shellcheck
- name: Install linting formulae
run: brew install shellcheck shfmt vale

- run: brew style --display-cop-names

- run: brew typecheck

- name: Run vale for docs linting
run: |
brew install vale
vale docs/
run: vale docs/

- name: Run yard for rubydoc output
working-directory: Library/Homebrew
run: bundle exec yard doc --plugin sorbet --no-output #--fail-on-warning

tap-syntax:
name: tap syntax
Expand Down Expand Up @@ -282,6 +284,7 @@ jobs:

test-default-formula-linux:
name: ${{ matrix.name }}
if: startsWith(github.repository, 'Homebrew/')
runs-on: ${{ matrix.runs-on }}
env:
HOMEBREW_BOOTSNAP: 1
Expand Down

0 comments on commit 15ab058

Please sign in to comment.