Skip to content

Chore(deps): Bump nanoid from 3.3.7 to 3.3.8 #952

Chore(deps): Bump nanoid from 3.3.7 to 3.3.8

Chore(deps): Bump nanoid from 3.3.7 to 3.3.8 #952

Workflow file for this run

name: Links check src
on:
push:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/[email protected]
with:
fail: true
args: --exclude-mail src
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}