Skip to content

Added ICMP sockets, DNS PTR. Refactored posix support #110

Added ICMP sockets, DNS PTR. Refactored posix support

Added ICMP sockets, DNS PTR. Refactored posix support #110

Workflow file for this run

name: CppCheck code linter
on:
push:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Update repo
run: |
sudo apt-get update
sudo apt install -y cppcheck
- name: Run cppcheck
run: |
make cppcheck