add-pr-comment/.github/workflows/test.yml
Michael Shick ad8b9da219
trigger
2019-11-25 13:51:39 -05:00

17 lines
305 B
YAML

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