Skip to content

feat(ittage): debug2: useful bit needs to be at the lowest bit debug3… #355

feat(ittage): debug2: useful bit needs to be at the lowest bit debug3…

feat(ittage): debug2: useful bit needs to be at the lowest bit debug3… #355

Workflow file for this run

name: Format Checking
on: [push]
jobs:
scalafmt:
runs-on: ubuntu-latest
continue-on-error: true
timeout-minutes: 900
name: Check Format
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- run: |
mkdir ~/.local/bin
sh -c "curl -L https://github.com/com-lihaoyi/mill/releases/download/0.11.7/0.11.7 > ~/.local/bin/mill && chmod +x ~/.local/bin/mill"
export PATH=~/.local/bin:$PATH
- run: make check-format