Skip to content

Merge pull request #460 from lenguyenthanh/scalafmt-3.7.9-and-config #1001

Merge pull request #460 from lenguyenthanh/scalafmt-3.7.9-and-config

Merge pull request #460 from lenguyenthanh/scalafmt-3.7.9-and-config #1001

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
openjdk17:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
uses: actions/checkout@v3
- name: Setup JVM
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
cache: sbt
- name: Build project
run: sbt test
- name: Check Formatting
run: sbt scalafmtCheckAll