Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 370 Bytes

File metadata and controls

22 lines (12 loc) · 370 Bytes

No Fuss Computing - GH Action / Workflow for Pull Request Checks

To use this workflow add the following file to path .github/workflows/pull-requests.yaml

---

name: Pull Requests


on:
  pull_request: {}


jobs:

  pull-requests:
    name: Pull Request
    uses: nofusscomputing/action_pull_requests/.github/workflows/pull-requests.yaml@development