add-pr-comment/.github/workflows/test.yml
2019-11-25 16:47:56 -05:00

20 lines
335 B
YAML

name: "test-local"
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- uses: ./
with:
message: |
**Hello!**
🌏
!
repo-token: ${{ secrets.GITHUB_TOKEN }}
allow-repeats: false