Skip to content

Bump rollup from 3.29.4 to 3.29.5 in /peer #401

Bump rollup from 3.29.4 to 3.29.5 in /peer

Bump rollup from 3.29.4 to 3.29.5 in /peer #401

Workflow file for this run

name: Formatting
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
merge_group:
permissions:
contents: read
defaults:
run:
working-directory: peer
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