Skip to content

experiment using github actions to quickly repro bug reports

Notifications You must be signed in to change notification settings

cspotcode/repros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Title

Description

# repro code goes here
set -euxo pipefail

echo Hello world!

The script above is extracted, executed by bash in docker, and stdout is inserted below. All the magic happens in ./.github/run.sh

Logs

++ echo Hello 'world!'
Hello world!

About

experiment using github actions to quickly repro bug reports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published