Module: kamailio Branch: master Commit: f1f73cc20dab827b91dd19fb30d2fea699835b73 URL: https://github.com/kamailio/kamailio/commit/f1f73cc20dab827b91dd19fb30d2fea6...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2021-03-25T13:08:06+01:00
github/workflow: add gcc-problem-patcher [skip ci]
let's make more visible the problems detected by the compiler
https://github.com/marketplace/actions/gcc-problem-matcher?version=0.1
---
Modified: .github/workflows/main.yml
---
Diff: https://github.com/kamailio/kamailio/commit/f1f73cc20dab827b91dd19fb30d2fea6... Patch: https://github.com/kamailio/kamailio/commit/f1f73cc20dab827b91dd19fb30d2fea6...
---
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e11148040..3a745d88b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,7 @@ jobs: compilier: clang steps: - uses: actions/checkout@v2 + - uses: ammaraskar/gcc-problem-matcher@0.1 - name: build run: | cd /code