Skip to content

Commit

Permalink
docs(readme): add repo status and latest tag badges (#42)
Browse files Browse the repository at this point in the history
* add badges to README.md
* skip CI tests if only markdown files changed
  • Loading branch information
wpbonelli authored Oct 13, 2023
1 parent 1190a56 commit 3332ec5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on:
branches:
- main
- develop*
paths-ignore:
- '**.md'
pull_request:
branches:
- main
- develop*
paths-ignore:
- '**.md'
schedule:
- cron: '0 6 * * *'

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Setup Fortran

[![Test](https://github.com/awvwgk/setup-fortran/actions/workflows/test.yml/badge.svg)](https://github.com/awvwgk/setup-fortran/actions/workflows/test.yml)
[![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)
[![GitHub tag](https://img.shields.io/github/tag/fortran-lang/setup-fortran.svg)](https://github.com/fortran-lang/setup-fortran/tags/latest)


Action to setup a Fortran compiler.

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


- [Usage](#usage)
- [Options](#options)
- [Outputs](#outputs)
Expand Down Expand Up @@ -58,7 +62,7 @@ jobs:
- *gcc* (for `gfortran`)
- *intel* (for `ifx`)
- *intel-classic* (for `ifort`)
- *version*: Version of the compiler toolchain. See [runner compatibility](#runner-compatibility) chart below.
- *version*: Version of the compiler toolchain. See [runner compatibility](#runner-compatibility) charts below.



Expand Down

0 comments on commit 3332ec5

Please sign in to comment.