ci: Add PR checks workflow

#216 #214
This commit is contained in:
2024-08-09 21:04:25 +09:30
parent bb388a1969
commit e8684c5206

14
.github/workflows/pull-requests.yaml vendored Normal file
View File

@ -0,0 +1,14 @@
---
name: Pull Requests
on:
pull_request: {}
jobs:
pull-request:
name: pull-request
uses: nofusscomputing/action_pull_requests/.github/workflows/pull-requests.yaml@development