File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 3030 fetch-depth : 1
3131 - name : Build
3232 run : make
33+ - name : Run markdownlint with auto-fix
34+ uses : DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19
35+ with :
36+ fix : true # Enabled to improve reported errors
37+ globs : ' **/*.md'
38+ config : ' .markdownlint.json'
39+
Original file line number Diff line number Diff line change 1+ {
2+ "MD013" : false ,
3+ "MD033" : false
4+ }
Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ as non-DHCP static addresses.
402402
403403- Create ` /etc/bootptab ` like this. Make sure not to drop the "%%" header.
404404
405- ```
405+ ``` bash
406406# bootptab
407407%%
408408# hostname hwtype hwaddr ipaddr bootfile
@@ -411,7 +411,7 @@ tmp-vm01 1 de:ad:be:ef:00:01 192.168.105.100
411411
412412- Reload the DHCP daemon.
413413
414- ```
414+ ``` bash
415415sudo /bin/launchctl kickstart -kp system/com.apple.bootpd
416416```
417417
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ test/perf.sh create -c 3 2>perf.log
3232Run all tests with shared and bridged modes, vz and qemu vm type,
3333using 1, 2, and 3 vms:
3434
35- ```
35+ ``` bash
3636for v in vz qemu; do
3737 for c in $( seq 3) ; do
3838 test/perf.sh run -c $c -v $v 2>> perf.log
You can’t perform that action at this time.
0 commit comments