PG-179. Skip lines for checking, and badge to README.

Patch By:  Mikhail Samoylov
This commit is contained in:
Ibrar Ahmed
2021-02-16 12:46:53 +00:00
parent 963e509c65
commit b115d748a8
4 changed files with 11 additions and 4 deletions

View File

@@ -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 .

View File

@@ -3,7 +3,7 @@ on: [push]
jobs:
build:
name: pg1-test
name: pg11-test
runs-on: ubuntu-latest
steps:
- name: Clone postgres repository