Skip to content

tests: add fortran90 examples #3055

tests: add fortran90 examples

tests: add fortran90 examples #3055

Workflow file for this run

---
name: all_url_check
'on':
workflow_dispatch:
push:
branches:
- master
pull_request:
schedule:
- cron: '0 5,13 * * *'
jobs:
run_lychee:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: link_check with lychee-action
id: link_check
uses: lycheeverse/[email protected]
with:
args: >
--verbose
--insecure
--no-progress
--accept 200,999
**/*.md **/*.py **/*.toml
fail: true
...