Skip to content

lint

lint #13

Workflow file for this run

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