Skip to content

feat: allow dot as separator in resource id #68

feat: allow dot as separator in resource id

feat: allow dot as separator in resource id #68

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: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Check Schema
env:
GOPATH: /home/runner/work/go
run: make test