Skip to content

fix: owasp + module system link #5

fix: owasp + module system link

fix: owasp + module system link #5

Workflow file for this run

name: linker
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
link:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Link Checker
uses: lycheeverse/lychee-action@v1.7.0
with:
fail: true
args: --base . --verbose --no-progress './README.md'