1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/.github/workflows/coveralls.yml

10 lines
230 B
YAML
Raw Normal View History

2021-03-26 11:13:49 +09:00
name: coveralls
on: workflow_dispatch
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: coverallsapp/github-action@v1
with: { github-token: "${{ secrets.github_token }}" }