jobs:
typos:
name: 📝 Check typos
if: always()
uses: hrzlgnm/actions/.github/workflows/[email protected]jobs:
docker:
permissions:
contents: read
packages: write # Needed to push to GHCR
uses: hrzlgnm/actions/.github/workflows/[email protected]
with:
branch: ${{ inputs.branch }}jobs:
coverity:
uses: hrzlgnm/actions/.github/workflows/[email protected]
secrets:
COVERITY_EMAIL: ${{ secrets.COVERITY_EMAIL }}
COVERITY_TOKEN: ${{ secrets.COVERITY_TOKEN }}
with:
extra-deps: "libgflags-dev libmnl-dev libspdlog-dev"jobs:
gersemi:
name: Check CMake format
uses: hrzlgnm/actions/.github/workflows/[email protected]jobs:
clang-format:
name: Check code format
uses: hrzlgnm/actions/.github/workflows/[email protected]jobs:
cppcheck:
name: Run cppcheck
uses: hrzlgnm/actions/.github/workflows/[email protected]