PG-178. CI with github actions

This commit is contained in:
Mikhail Samoylov
2021-02-12 21:35:19 +03:00
parent ed6fe2d8dc
commit b3c38145f6
2 changed files with 90 additions and 0 deletions

15
.github/workflows/cppcheck.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: cppcheck-action-test
on: [push]
jobs:
build:
name: cppcheck-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install cppcheck
run: sudo apt-get install cppcheck
- name: Prepare for install postgresql
run: sudo cppcheck --enable=all --error-exitcode=1 .