Skip to content

Bump actions/setup-go from 6.4.0 to 6.5.0 in the ci group #136

Bump actions/setup-go from 6.4.0 to 6.5.0 in the ci group

Bump actions/setup-go from 6.4.0 to 6.5.0 in the ci group #136

Workflow file for this run

---
name: "CI"
on:
push:
branches: main
pull_request: {}
permissions:
contents: read
jobs:
linkchecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Link Checker
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
with:
args: --verbose --no-progress './**/*.md' './**/*.html'
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
jsonschema:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version: 'stable'
- name: Check Schema
env:
GOPATH: /home/runner/work/go
run: make test