Skip to content

cloud_parcel example (+env_state::air_density accessor +making condensation logic accessible by setting -DPMC_USE_SUNDIALS="1" during compilation of PyPartMC) #915

cloud_parcel example (+env_state::air_density accessor +making condensation logic accessible by setting -DPMC_USE_SUNDIALS="1" during compilation of PyPartMC)

cloud_parcel example (+env_state::air_density accessor +making condensation logic accessible by setting -DPMC_USE_SUNDIALS="1" during compilation of PyPartMC) #915

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