Skip to content

Commit

Permalink
Ensure the CI runs our apidocs linter
Browse files Browse the repository at this point in the history
  • Loading branch information
danidoni committed Mar 16, 2022
1 parent fd3f549 commit f68a615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/conditional_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
name: Run Documentation linter
command: |
cd src/api
find public/apidocs-new -name '*.yaml' | xargs -P8 -I % ruby -e "require 'yaml'; YAML.load_file '%'"
bundle exec rake dev:lint:apidocs
checkout_code:
docker:
Expand Down

0 comments on commit f68a615

Please sign in to comment.