Skip to content

Match symbols that being with @ for MIPS (#173) #92

Match symbols that being with @ for MIPS (#173)

Match symbols that being with @ for MIPS (#173) #92

Workflow file for this run

name: black
on:
pull_request:
push:
permissions: read-all
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python3 -m pip install --user colorama watchdog levenshtein cxxfilt black==24.4.2
- run: python3 -m black --check .