Skip to content

Bump actions/checkout from 3.0.1 to 4.1.5 #79

Bump actions/checkout from 3.0.1 to 4.1.5

Bump actions/checkout from 3.0.1 to 4.1.5 #79

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 8.0.282+8
- name: Run tests
run: sbt test