formal.yml 488 B

123456789101112131415161718
  1. name: Test Formalities
  2. on:
  3. pull_request:
  4. permissions:
  5. contents: read
  6. pull-requests: write
  7. jobs:
  8. build:
  9. name: Test Formalities
  10. uses: openwrt/actions-shared-workflows/.github/workflows/formal.yml@main
  11. # with:
  12. # # Post formality check summaries to the PR.
  13. # # Repo's permissions need to be updated for actions to modify PRs:
  14. # # https://docs.github.com/en/rest/issues/comments?apiVersion=2022-11-28#create-an-issue-comment
  15. # post_comment: true