Skip to content

Added support for diffing specific symbols in .o files #53

Added support for diffing specific symbols in .o files

Added support for diffing specific symbols in .o files #53

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==23.12.1
- run: python3 -m black .