Skip to content

Add mewzherder to Flux Community Maintainers #297

Add mewzherder to Flux Community Maintainers

Add mewzherder to Flux Community Maintainers #297

Workflow file for this run

on: pull_request
name: lychee link Checker
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: lychee Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress .
fail: true