Skip to content

avcC: fix test, write extended avcC fields, error handling #2054

avcC: fix test, write extended avcC fields, error handling

avcC: fix test, write extended avcC fields, error handling #2054

Workflow file for this run

name: lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
cpplint:
env:
CPPLINT: 1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
./scripts/install-ci-linux.sh
- name: Prepare CI
run: |
./scripts/prepare-ci.sh
- name: Check format
run: |
./scripts/run-ci.sh
licenses:
env:
CHECK_LICENSES: 1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
./scripts/install-ci-linux.sh
- name: Prepare CI
run: |
./scripts/prepare-ci.sh
- name: Check licenses
run: |
./scripts/run-ci.sh