mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
PG-179. Skip lines for checking, and badge to README.
Patch By: Mikhail Samoylov
This commit is contained in:
5
.github/workflows/cppcheck.yml
vendored
5
.github/workflows/cppcheck.yml
vendored
@@ -11,5 +11,6 @@ jobs:
|
||||
- name: install cppcheck
|
||||
run: sudo apt-get install cppcheck
|
||||
|
||||
- name: Prepare for install postgresql
|
||||
run: sudo cppcheck --enable=all --error-exitcode=1 .
|
||||
- name: Execute linter check with cppcheck
|
||||
run: sudo cppcheck --enable=all --inline-suppr --template='{file}:{line},{severity},{id},{message}' --error-exitcode=1 --suppress=missingIncludeSystem --suppress=missingInclude --check-config .
|
||||
|
||||
|
||||
2
.github/workflows/pg11test.yml
vendored
2
.github/workflows/pg11test.yml
vendored
@@ -3,7 +3,7 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: pg1-test
|
||||
name: pg11-test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone postgres repository
|
||||
|
||||
Reference in New Issue
Block a user