An open API service indexing awesome lists of open source software.

https://github.com/nofusscomputing/action_pull_requests

GH Action/Workflow for Pull Requests Checks.
https://github.com/nofusscomputing/action_pull_requests

Last synced: about 2 months ago
JSON representation

GH Action/Workflow for Pull Requests Checks.

Awesome Lists containing this project

README

          

# 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`

``` yaml

---

name: Pull Requests

on:
pull_request: {}

jobs:

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

```