Skip to content

scala-library: 2.13.11 -> 2.13.12 (#825) #16

scala-library: 2.13.11 -> 2.13.12 (#825)

scala-library: 2.13.11 -> 2.13.12 (#825) #16

Workflow file for this run

name: examples-free
on:
push:
paths:
- '.github/workflows/examples-free.yml'
- 'examples/free/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: 8
- run: |
cd examples/free
sbt Jetty/test