Skip to content

create coverage action (do not review) #8

create coverage action (do not review)

create coverage action (do not review) #8

Workflow file for this run

name: 'Summary example'
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches:
- master
permissions: write-all
jobs:
summary:
runs-on: windows-latest
steps:
- name: generate summary
shell: bash
run: echo "### Hello world! :rocket:" >> $GITHUB_STEP_SUMMARY