Skip to content

Bump actions/setup-java from 1 to 4 #51

Bump actions/setup-java from 1 to 4

Bump actions/setup-java from 1 to 4 #51

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches-ignore:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup
uses: actions/setup-java@v4
with:
java-version: 11
java-package: jdk
architecture: x64
- name: Clean and test
run: sbt clean test