Skip to content

[Snyk] Upgrade @astrojs/starlight from 0.30.6 to 0.31.0 #813

[Snyk] Upgrade @astrojs/starlight from 0.30.6 to 0.31.0

[Snyk] Upgrade @astrojs/starlight from 0.30.6 to 0.31.0 #813

Workflow file for this run

name: go-test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
- name: Update coverage report
if: github.ref == 'refs/heads/master'
uses: ncruces/go-coverage-report@21fa4b59396f242b81896a3cd212a463589b6742
with:
report: 'false'
chart: 'true'
amend: 'false'