Skip to content

fix: enable the mn_rr hard fork in v20 so that a v20.1 in the future may activate mn_rr #5445

fix: enable the mn_rr hard fork in v20 so that a v20.1 in the future may activate mn_rr

fix: enable the mn_rr hard fork in v20 so that a v20.1 in the future may activate mn_rr #5445

name: Clang Diff Format Check
on:
pull_request:
branches:
- develop
jobs:
ClangFormat:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Fetch git
run: git fetch
- name: Run Clang-Format-Diff.py
run: git diff -U0 origin/develop | ./contrib/devtools/clang-format-diff.py -p1