enable macos-14/P3.13 builds on CI with temporarily disabled notebook checks for this combination (due to Numba incompatibility) #1091
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} | |