Skip to content

Update to SBT 1.9.5 and use Apache Staging repo constant #393

Update to SBT 1.9.5 and use Apache Staging repo constant

Update to SBT 1.9.5 and use Apache Staging repo constant #393

Workflow file for this run

name: Headers
on:
pull_request:
permissions: {}
jobs:
check-headers:
name: Check headers
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java 8
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
- name: Cache Coursier cache
uses: coursier/[email protected]
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
- name: Check headers
run: sbt +headerCheckAll