Skip to content

fix: improvements to credentials-fetcher codestyle #63

fix: improvements to credentials-fetcher codestyle

fix: improvements to credentials-fetcher codestyle #63

Workflow file for this run

name: cppcheck-action
on:
push:
branches:
- mainline
pull_request:
branches: [ mainline ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: cppcheck
run: |
sudo apt-get install -y cppcheck
cppcheck --enable=all --suppressions-list=suppressions.txt .
echo "cppcheck completed"