Skip to content

Bump actions/checkout from 4.2.2 to 5.0.0 in the ci group #77

Bump actions/checkout from 4.2.2 to 5.0.0 in the ci group

Bump actions/checkout from 4.2.2 to 5.0.0 in the ci group #77

Workflow file for this run

---
name: "CI"
on:
push:
branches: main
pull_request: {}
jobs:
linkchecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Link Checker
uses: lycheeverse/lychee-action@5c4ee84814c983aa7164eaee476f014e53ff3963 # v2.5.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}}
jsonschema:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: 'stable'
- name: Check Schema
env:
GOPATH: /home/runner/work/go
run: make test