Skip to content

Commit

Permalink
Create scala.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djice authored Mar 11, 2021
1 parent 696b206 commit 03f874a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Scala CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:

runs-on: ubuntu-latest

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

0 comments on commit 03f874a

Please sign in to comment.