From 135098baaa5dd82d7ddea0be7ce08c4b5053b715 Mon Sep 17 00:00:00 2001 From: Fritjof Bengtsson <60710890+fritjof-b@users.noreply.github.com> Date: Wed, 16 Jun 2021 22:12:10 +0200 Subject: [PATCH 1/3] setup gh actions --- .github/workflows/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/main.yml 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 From 91d0f43d8e34aca976113f84c13352a3de2e06d1 Mon Sep 17 00:00:00 2001 From: Fritjof Bengtsson <60710890+fritjof-b@users.noreply.github.com> Date: Wed, 16 Jun 2021 22:14:35 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56fc894..cd3dd91 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # introprog-scalalib +![Build Status](https://github.com/fritjof-b/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! From eb981e708a4b5c7e0ce2a2b6462905e14430b15f Mon Sep 17 00:00:00 2001 From: Fritjof Bengtsson <60710890+fritjof-b@users.noreply.github.com> Date: Wed, 16 Jun 2021 22:17:17 +0200 Subject: [PATCH 3/3] change fritjof-b to lunduniversity in build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd3dd91..f4aaccd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # introprog-scalalib -![Build Status](https://github.com/fritjof-b/introprog-scalalib/actions/workflows/main.yml/badge.svg) +![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)