You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pull-compliance-docs.yml 584B

12345678910111213141516171819202122232425
  1. name: compliance-docs
  2. on:
  3. pull_request:
  4. concurrency:
  5. group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
  6. cancel-in-progress: true
  7. jobs:
  8. files-changed:
  9. uses: ./.github/workflows/files-changed.yml
  10. compliance-docs:
  11. if: needs.files-changed.outputs.docs == 'true'
  12. needs: files-changed
  13. runs-on: ubuntu-latest
  14. steps:
  15. - uses: actions/checkout@v3
  16. - uses: actions/setup-node@v3
  17. with:
  18. node-version: 20
  19. - run: make deps-frontend
  20. - run: make lint-md
  21. - run: make docs # test if build could succeed