Skip to content

Switch to Coveralls Github action (#38) #54

Switch to Coveralls Github action (#38)

Switch to Coveralls Github action (#38) #54

Workflow file for this run

name: Event Logger
on: push
jobs:
log-github-event-goodies:
name: "LOG Everything on GitHub Event"
runs-on: ubuntu-latest
steps:
- name: Logging
run: |
echo '${{toJSON(github.event)}}'