mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
9 lines
234 B
YAML
9 lines
234 B
YAML
name: coveralls
|
|
on: workflow_dispatch
|
|
jobs:
|
|
main:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: coverallsapp/github-action@master
|
|
with: { github-token: "${{ secrets.github_token }}" }
|