Skip to content

Workflow file for this run

name: Coveralls

Check failure on line 1 in .github/workflows/coveralls.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/coveralls.yml

Invalid workflow file

`on.workflow_run` does not reference any workflows. See https://docs.github.com/actions/learn-github-actions/events-that-trigger-workflows#workflow_run for more information
on:
workflow_run:
# workflows: ["Ruby"]
types: [completed]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Coveralls
uses: coverallsapp/github-action@v2