Skip to content

add Python 3.12 to list of macOS and Windows CI builds; drop Python 3.7 #1081

add Python 3.12 to list of macOS and Windows CI builds; drop Python 3.7

add Python 3.12 to list of macOS and Windows CI builds; drop Python 3.7 #1081

Workflow file for this run

name: cpplint
on:
pull_request:
branches: [ main ]
jobs:
clang-tidy:
name: clang-tidy
runs-on: ubuntu-latest
steps:
- name: clang-tidy check
uses: smay1613/clang-tidy-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}