Skip to content

chore(deps-dev): bump @commitlint/config-conventional from 17.6.6 to 18.0.0 #1145

chore(deps-dev): bump @commitlint/config-conventional from 17.6.6 to 18.0.0

chore(deps-dev): bump @commitlint/config-conventional from 17.6.6 to 18.0.0 #1145

Workflow file for this run

name: Check Links
on: pull_request
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v1.4.1
with:
fail: false
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}