Skip to content

template update #15

template update

template update #15

Workflow file for this run

name: ci_cmake
on:
push:
paths:
- "**.f"
- "**/CMakeLists.txt"
- "**.cmake"
- ".github/workflows/ci_cmake.yml"
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cmake --workflow --preset default