Skip to content

Update sbt-header to 5.10.0 #153

Update sbt-header to 5.10.0

Update sbt-header to 5.10.0 #153

Workflow file for this run

name: Scala CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'sbt'
- name: Run tests
run: sbt test