Skip to content

chore(deps): bump SwissDataScienceCenter/renku-actions from 1.8.2 to 1.8.4 #5393

chore(deps): bump SwissDataScienceCenter/renku-actions from 1.8.2 to 1.8.4

chore(deps): bump SwissDataScienceCenter/renku-actions from 1.8.2 to 1.8.4 #5393

name: Check format for acceptance tests
on:
pull_request:
merge_group:
jobs:
formatting-check:
name: Scala formatting check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run scalafmt
run: |
cd acceptance-tests
sbt scalafmtCheckAll