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.
- Host: GitHub
- URL: https://github.com/nofusscomputing/action_pull_requests
- Owner: nofusscomputing
- Created: 2024-08-09T09:23:09.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2024-08-10T02:46:17.000Z (over 1 year ago)
- Last Synced: 2025-06-23T03:11:34.676Z (9 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```