Skip to content

Bump actions/setup-python from 4 to 5 #1810

Bump actions/setup-python from 4 to 5

Bump actions/setup-python from 4 to 5 #1810

Workflow file for this run

name: "Maintenance"
on:
push:
branches: [ develop/main, develop/3.10 ]
pull_request:
branches: [ develop/main, develop/3.10 ]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@master"
- name: Install tools
run: sudo apt-get -y update && sudo apt-get install -y cppcheck
- name: C++ code linter (clang-tidy and cppcheck)
run: cppcheck --language=c++ --template="::{severity} file={file},line={line},col={column}::{message}" src --enable=warning --force