Skip to content

update schema with zilla-plus #923

update schema with zilla-plus

update schema with zilla-plus #923

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}}