lint-doc.sh 880 B

1234567891011121314151617181920212223242526272829
  1. #!/usr/bin/env bash
  2. # Copyright Materialize, Inc. and contributors. All rights reserved.
  3. #
  4. # Use of this software is governed by the Business Source License
  5. # included in the LICENSE file at the root of this repository.
  6. #
  7. # As of the Change Date specified in that file, in accordance with
  8. # the Business Source License, use of this software will be governed
  9. # by the Apache License, Version 2.0.
  10. set -euo pipefail
  11. . misc/shlib/shlib.bash
  12. try bin/doc --document-private-items
  13. try bin/ci-closed-issues-detect --changed-lines-only
  14. # Smoke out failures in generating the license metadata page, even though we
  15. # don't care about its output in the test pipeline, so that we don't only
  16. # discover the failures after a merge to main.
  17. try cargo --locked about generate ci/deploy/licenses.hbs > /dev/null
  18. try helm unittest misc/helm-charts/operator
  19. try bin/pydoc
  20. try_status_report