File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2525 repository : Consensys/docs-gha
2626 path : .docs-gha
2727
28+ - uses : tj-actions/changed-files@v45
29+ id : changed-files
30+ with :
31+ files : ${{ inputs.FILEPATHS }}
32+ separator : ' ,'
33+
2834 - name : markdown lint
35+ if : ${{ steps.changed-files.outputs.all_changed_files != '' }}
2936 uses : DavidAnson/markdownlint-cli2-action@v17
3037 with :
3138 config : ${{ inputs.CONFIG_FILE }}
32- globs : ${{ inputs.FILEPATHS }}
39+ globs : ${{ steps.changed-files.outputs.all_changed_files }}
3340 separator : ' ,'
41+ # don't block the build - let it proceed
42+ # continue-on-error: true
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ exceptions:
4343 - POST
4444 - RAM
4545 - REPL
46+ - REST
4647 - RSA
4748 - SCM
4849 - SCSS
Original file line number Diff line number Diff line change 11extends : consistency
22message : " Inconsistent spelling of '%s'."
33level : error
4+ ignore : ../config/vocabularies/Consensys-common/accept.txt
45ignorecase : true
56either :
67 advisor : adviser
@@ -15,3 +16,4 @@ either:
1516 organised : organized
1617 organising : organizing
1718 recognise : recognize
19+ rest : REST
You can’t perform that action at this time.
0 commit comments