mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
10 lines
230 B
YAML
10 lines
230 B
YAML
|
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 }}" }
|