Skip to content

Bump rollup from 3.29.4 to 4.5.0 #292

Bump rollup from 3.29.4 to 4.5.0

Bump rollup from 3.29.4 to 4.5.0 #292

Workflow file for this run

name: Formatting
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
merge_group:
permissions:
contents: read
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: "17"
distribution: "temurin"
- name: Check formatting
run: sbt scalafmtCheckAll