Skip to content

Commit 9a21576

Browse files
committed
Merge branch 'develop' of github.com:samharrison7/fortran-error-handler into develop
2 parents 4eced1d + 5158337 commit 9a21576

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: fair-software
2+
3+
on: push
4+
5+
jobs:
6+
verify:
7+
name: "fair-software"
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: fair-software/howfairis-github-action@main
11+
name: Measure compliance with fair-software.eu recommendations
12+
env:
13+
PYCHARM_HOSTED: "Trick colorama into displaying colored output"
14+
with:
15+
MY_REPO_URL: "https://github.com/${{ github.repository }}"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Fortran Error Handler
22

33
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4268263.svg)](https://doi.org/10.5281/zenodo.4268263)
4+
[![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B%20%20%E2%97%8F%20%20%E2%97%8B-orange)](https://fair-software.eu)
45

56
Fortran error handling frameworks are few and far between, and those that do exist often implement only parts of the error handling process, or rely on pre-processors. The goal of this error handling framework is to provide a universal and comprehensive solution for applications requiring functional and robust error handling, utilising the power of modern object-oriented Fortran.
67

0 commit comments

Comments
 (0)