Skip to content

Add Dockerfile to build packages for the Tails Linux distribution. #25

Add Dockerfile to build packages for the Tails Linux distribution.

Add Dockerfile to build packages for the Tails Linux distribution. #25

Workflow file for this run

name: linter
on: [push, pull_request]
jobs:
Lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install cppcheck
- run: cppcheck --enable=all --error-exitcode=1 --inline-suppr --suppress=missingInclude --suppress=ConfigurationNotChecked .