Skip to content

nofusscomputing/action_pull_requests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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

About

GH Action/Workflow for Pull Requests Checks.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published