Skip to content

Update sbt-sonatype to 3.12.2 #498

Update sbt-sonatype to 3.12.2

Update sbt-sonatype to 3.12.2 #498

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 8 * * 3'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
with:
java-version: 8
distribution: temurin
- uses: coursier/cache-action@v6
- run: git config core.whitespace tab-in-indent,trailing-space,space-before-tab,cr-at-eol
- run: git show --oneline --check
- run: sbt -v test