Skip to content

Format all instructions.append.md to start with an H1 (required but… #372

Format all instructions.append.md to start with an H1 (required but…

Format all instructions.append.md to start with an H1 (required but… #372

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