Skip to content

Bump actions/checkout from 6.0.0 to 6.0.2 (#872) #371

Bump actions/checkout from 6.0.0 to 6.0.2 (#872)

Bump actions/checkout from 6.0.0 to 6.0.2 (#872) #371

Workflow file for this run

name: Scala / Test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Setup JDK
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 17
cache: sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Run tests for all exercises
run: bin/test