mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 22:16:20 +00:00
PG-178. CI with github actions
This commit is contained in:
15
.github/workflows/cppcheck.yml
vendored
Normal file
15
.github/workflows/cppcheck.yml
vendored
Normal 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 .
|
||||
Reference in New Issue
Block a user