Skip to content

chore: import schema files and update ci #59

chore: import schema files and update ci

chore: import schema files and update ci #59

Workflow file for this run

---
name: "CI"
on:
pull_request:
jobs:
linkchecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v1.10.0
with:
# Providing default parameters plus an exclude for Google Meet which produces a network error when checked
args: --verbose --no-progress './**/*.md' './**/*.html' --exclude https://meet.google.com
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Check Schema
run: make test