Internals: Run format-yaml
This commit is contained in:
parent
76ec35a8f6
commit
330b2589ed
|
|
@ -15,6 +15,6 @@ coverage:
|
||||||
range: 75...100
|
range: 75...100
|
||||||
round: down
|
round: down
|
||||||
status:
|
status:
|
||||||
project: off
|
project: false
|
||||||
patch: off
|
patch: false
|
||||||
comment: false
|
comment: false
|
||||||
|
|
|
||||||
|
|
@ -68,9 +68,7 @@ jobs:
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
name: Notify
|
name: Notify
|
||||||
needs:
|
needs: [build, deploy]
|
||||||
- build
|
|
||||||
- deploy
|
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
if: ${{ github.repository == 'verilator/verilator' }}
|
if: ${{ github.repository == 'verilator/verilator' }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -473,7 +473,7 @@ format-c clang-format:
|
||||||
|| echo "*** You are not using clang-format-18, indents may differ from master's ***"
|
|| echo "*** You are not using clang-format-18, indents may differ from master's ***"
|
||||||
$(CLANGFORMAT) $(CLANGFORMAT_FLAGS) $(CLANGFORMAT_FILES)
|
$(CLANGFORMAT) $(CLANGFORMAT_FLAGS) $(CLANGFORMAT_FILES)
|
||||||
|
|
||||||
YAMLFIX = YAMLFIX_WHITELINES=1 YAMLFIX_LINE_LENGTH=130 YAMLFIX_preserve_quotes=true yamlfix
|
YAMLFIX = YAMLFIX_WHITELINES=1 YAMLFIX_LINE_LENGTH=200 YAMLFIX_preserve_quotes=true yamlfix
|
||||||
|
|
||||||
yamlfix:
|
yamlfix:
|
||||||
$(YAMLFIX) .
|
$(YAMLFIX) .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue