diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..7e0488f --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,11 @@ +name: Build +on: [push] +jobs: + Test: + runs-on: ubuntu-20.04 + steps: + - name: Check out repository code + uses: actions/checkout@v2 + - name: SBT Build + run: sbt compile + shell: bash diff --git a/README.md b/README.md index 56fc894..f4aaccd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # introprog-scalalib +![Build Status](https://github.com/lunduniversity/introprog-scalalib/actions/workflows/main.yml/badge.svg) + [](http://search.maven.org/#search%7Cga%7C1%7Cg%3Ase.lth.cs%20a%3Aintroprog_3) [](http://search.maven.org/#search%7Cga%7C1%7Cg%3Ase.lth.cs%20a%3Aintroprog_2.13) [](http://search.maven.org/#search%7Cga%7C1%7Cg%3Ase.lth.cs%20a%3Aintroprog_2.12) This is a library with Scala utilities for Computer Science teaching. The library is maintained by Björn Regnell at Lund University, Sweden. Contributions are welcome!