Files
github2mr/.github/workflows/pull_request.yml
Steve Kemp a63e03b549 Initial release of github2mr.
This is the initial release which is fully-functional and works
for myself, self-hosted github enterprise installations, and
privately hosted gitbucket installs.

It has not been tested against other systems (gogs, gitea, etc),
but reports of success/failure or patches would be most welcome.
2020-01-17 20:05:39 +02:00

11 lines
205 B
YAML

on: pull_request
name: Pull Request
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Test
uses: skx/github-action-tester@master