Skip to content

fix(deps): update dependency io.micronaut.logging:micronaut-logging-b… #581

fix(deps): update dependency io.micronaut.logging:micronaut-logging-b…

fix(deps): update dependency io.micronaut.logging:micronaut-logging-b… #581

---
# DO NOT EDIT: this file is automatically synced from the template repository
# in https://github.com/Liber-UFPE/project-starter.
name: "Validate External Links"
# yamllint disable rule:truthy
on:
push:
branches: [ "main" ]
pull_request:
types: [ "opened", "synchronize", "reopened" ]
# yamllint enable rule:truthy
jobs:
validate-external-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/lychee-action@v2
with:
args: '--verbose --no-progress --exclude-loopback --exclude-path node_modules **/*.md'
jobSummary: true
format: markdown
fail: true