Skip to content

Update scalafmt-core to 3.8.3 #16

Update scalafmt-core to 3.8.3

Update scalafmt-core to 3.8.3 #16

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
permissions:
contents: read
env:
LOG_LEVEL: DEBUG
CASSANDRA_LOG_LEVEL: DEBUG
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: 'sbt'
- name: Check formatting, scalafix, and headers
run: sbt styleCheck