Skip to content

Bump scalacenter/sbt-dependency-graph-action from 3.0.1 to 3.1.0 #47

Bump scalacenter/sbt-dependency-graph-action from 3.0.1 to 3.1.0

Bump scalacenter/sbt-dependency-graph-action from 3.0.1 to 3.1.0 #47

Workflow file for this run

name: Scala CI
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
java: [8, 11, 17]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: adopt
- name: Run Docker containers
run: docker-compose up -d
- name: Build
run: sbt scalafmtSbtCheck scalafmtCheck