Skip to content

Added sudo, python3-pip & python3-venv to debian image, required for clang-tidy GH action #1289

Added sudo, python3-pip & python3-venv to debian image, required for clang-tidy GH action

Added sudo, python3-pip & python3-venv to debian image, required for clang-tidy GH action #1289

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'hpp,h,cpp,c'
clangFormatVersion: 16