Skip to content

fix(CSR,RVC): c.fp instrs should be illegal when fs is off #213

fix(CSR,RVC): c.fp instrs should be illegal when fs is off

fix(CSR,RVC): c.fp instrs should be illegal when fs is off #213

Workflow file for this run

name: Format Checking
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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