Skip to content

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

Update to SBT 1.9.5 and use Apache Staging repo constant

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

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@v3
- name: Setup Java 11
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Cache Coursier cache
uses: coursier/cache-action@v6.4.0
- name: Check headers
run: sbt +headerCheckAll