Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Create scala.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroli committed Nov 16, 2019
1 parent fc91a8e commit 3d4a5d8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/scala.yml
@@ -0,0 +1,17 @@
name: Scala CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Run tests
run: sbt test

0 comments on commit 3d4a5d8

Please sign in to comment.