Skip to content

fix macos-14 and readme_fortran CI builds (new pip option needed on macOS system Python, brew vs. python Python version mismatch; missing apt-get update) #973

fix macos-14 and readme_fortran CI builds (new pip option needed on macOS system Python, brew vs. python Python version mismatch; missing apt-get update)

fix macos-14 and readme_fortran CI builds (new pip option needed on macOS system Python, brew vs. python Python version mismatch; missing apt-get update) #973

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 }}