File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v4
1212
13+ - name : MFC Python setup
14+ run : ./mfc.sh init
15+
1316 - name : Check formatting
1417 run : |
15- ./mfc.sh &> tmp.txt || true
1618 ./mfc.sh format -j $(nproc)
1719 git diff --exit-code
Original file line number Diff line number Diff line change 4949 cd $BASE
5050 export MFC_PR=$PR
5151 pwd
52- ./mfc.sh &> tmp.txt || true
52+ ./mfc.sh init &> tmp.txt || true
5353 ./mfc.sh count_diff
5454
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v4
1212
13- - name : Python setup
14- run : ./mfc.sh || true
13+ - name : MFC Python setup
14+ run : ./mfc.sh init
1515
1616 - name : Lint the toolchain
1717 run : ./mfc.sh lint
Original file line number Diff line number Diff line change 1010 - name : Checkout
1111 uses : actions/checkout@v4
1212
13- - name : Python setup
14- run : ./mfc.sh || true
13+ - name : MFC Python setup
14+ run : ./mfc.sh init
1515
1616 - name : Spell Check
1717 run : ./mfc.sh spelling
You can’t perform that action at this time.
0 commit comments