Fix
parent
ed867b6842
commit
214947d4ca
|
@ -36,7 +36,7 @@ jobs:
|
||||||
cppcheck --enable=all --inline-suppr --template='{file}:{line},{severity},{id},{message}' --error-exitcode=1 --suppress=missingIncludeSystem --suppress=missingInclude --suppress=unmatchedSuppression:pg_stat_monitor.c --check-config .
|
cppcheck --enable=all --inline-suppr --template='{file}:{line},{severity},{id},{message}' --error-exitcode=1 --suppress=missingIncludeSystem --suppress=missingInclude --suppress=unmatchedSuppression:pg_stat_monitor.c --check-config .
|
||||||
|
|
||||||
format:
|
format:
|
||||||
name: Code format
|
name: Format
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -61,6 +61,9 @@ jobs:
|
||||||
working-directory: src/tools/pg_bsd_indent
|
working-directory: src/tools/pg_bsd_indent
|
||||||
run: sudo make install
|
run: sudo make install
|
||||||
|
|
||||||
|
- name: Add pgindent to path
|
||||||
|
run: echo "${{ github.workspace }}/src/tools/pgindent" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Format sources
|
- name: Format sources
|
||||||
working-directory: contrib/pg_stat_monitor
|
working-directory: contrib/pg_stat_monitor
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue