This commit is contained in:
Artem Gavrilov
2024-07-17 18:29:52 +02:00
parent ed867b6842
commit 214947d4ca

View File

@@ -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 .
format:
name: Code format
name: Format
runs-on: ubuntu-22.04
steps:
@@ -61,6 +61,9 @@ jobs:
working-directory: src/tools/pg_bsd_indent
run: sudo make install
- name: Add pgindent to path
run: echo "${{ github.workspace }}/src/tools/pgindent" >> $GITHUB_PATH
- name: Format sources
working-directory: contrib/pg_stat_monitor
run: |