Skip to content

Update GitHub Actions to work on newer OS images #47

Update GitHub Actions to work on newer OS images

Update GitHub Actions to work on newer OS images #47

Workflow file for this run

name: Style
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
CPM_SOURCE_CACHE: ${{ github.workspace }}/cpm_modules
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install format dependencies
run: pip3 install cmake_format==0.6.11 pyyaml
- name: Check source style
run: cmake-format --check ./CMakeLists.txt ./cmake-format.cmake