Skip to content

Commit 3332ec5

Browse files
authored
docs(readme): add repo status and latest tag badges (#42)
* add badges to README.md * skip CI tests if only markdown files changed
1 parent 1190a56 commit 3332ec5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ on:
55
branches:
66
- main
77
- develop*
8+
paths-ignore:
9+
- '**.md'
810
pull_request:
911
branches:
1012
- main
1113
- develop*
14+
paths-ignore:
15+
- '**.md'
1216
schedule:
1317
- cron: '0 6 * * *'
1418

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Setup Fortran
22

33
[![Test](https://github.com/awvwgk/setup-fortran/actions/workflows/test.yml/badge.svg)](https://github.com/awvwgk/setup-fortran/actions/workflows/test.yml)
4+
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
5+
[![GitHub tag](https://img.shields.io/github/tag/fortran-lang/setup-fortran.svg)](https://github.com/fortran-lang/setup-fortran/tags/latest)
6+
47

58
Action to setup a Fortran compiler.
69

710
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
811
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
912

13+
1014
- [Usage](#usage)
1115
- [Options](#options)
1216
- [Outputs](#outputs)
@@ -58,7 +62,7 @@ jobs:
5862
- *gcc* (for `gfortran`)
5963
- *intel* (for `ifx`)
6064
- *intel-classic* (for `ifort`)
61-
- *version*: Version of the compiler toolchain. See [runner compatibility](#runner-compatibility) chart below.
65+
- *version*: Version of the compiler toolchain. See [runner compatibility](#runner-compatibility) charts below.
6266

6367

6468

0 commit comments

Comments
 (0)