https://github.com/ohno/fortran-ci
Minimal Examples for Running CI in Fortran
https://github.com/ohno/fortran-ci
ci fortran
Last synced: 4 months ago
JSON representation
Minimal Examples for Running CI in Fortran
- Host: GitHub
- URL: https://github.com/ohno/fortran-ci
- Owner: ohno
- License: mit
- Created: 2025-09-28T14:46:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-28T16:24:58.000Z (9 months ago)
- Last Synced: 2026-01-13T07:46:37.732Z (5 months ago)
- Topics: ci, fortran
- Language: Fortran
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fortran-CI
[](https://github.com/ohno/Fortran-CI/actions/workflows/ci.yml?query=branch%3Amain)
## hello.f90
Source Code
https://github.com/ohno/Fortran-CI/blob/6bab1eda9893c01525b3e70debef22fbb1571844/src/hello.f90#L1-L3
Test Code & CI Workflow
https://github.com/ohno/Fortran-CI/blob/6bab1eda9893c01525b3e70debef22fbb1571844/.github/workflows/ci.yml#L34-L48
## add.f90
Source Code
https://github.com/ohno/Fortran-CI/blob/6bab1eda9893c01525b3e70debef22fbb1571844/src/add.f90#L1-L5
Test Code
https://github.com/ohno/Fortran-CI/blob/6bab1eda9893c01525b3e70debef22fbb1571844/test/add.f90#L1-L20
CI Workflow
https://github.com/ohno/Fortran-CI/blob/6bab1eda9893c01525b3e70debef22fbb1571844/.github/workflows/ci.yml#L50-L56