Skip to content

Commit

Permalink
Add status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoliykmetyuk committed Apr 15, 2020
1 parent 124720b commit e38c306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
@@ -1,4 +1,6 @@
# Dotty Issue Runner
![CI](https://github.com/anatoliykmetyuk/dotty-issue-workspace/workflows/CI/badge.svg)

This is an SBT plugin to aid in reproducing Dotty issues locally. It allows you to write a script that describes what needs to be done to reproduce an issue. This script currently supports SBT commands, shell commands and variables.

Say you have an issue that reproduces by compiling two files with Dotty. The second file needs the compiled first file on the classpath. You can write the following script that will be understood by the Dotty Issue Runner:
Expand Down

0 comments on commit e38c306

Please sign in to comment.