Skip to content

Added workflow for cppcheck #10

Added workflow for cppcheck

Added workflow for cppcheck #10

Workflow file for this run

Name: Linux interop tests

Check failure on line 1 in .github/workflows/linux.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linux.yml

Invalid workflow file

The workflow is not valid. .github/workflows/linux.yml (Line: 1, Col: 1): Unexpected value 'Name'
on:
push:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
jobs:
unit_test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Update repo
run: |
sudo apt-get update
sudo modprobe tun
- name: Build linux tests
run: |
mkdir -p build/port
make
# - name: Run interop tests
# run: |
# sudo build/test
#
#