Skip to content

docs: fix discord link again (backport #4368) #14875

docs: fix discord link again (backport #4368)

docs: fix discord link again (backport #4368) #14875

Workflow file for this run

name: Test
on:
pull_request:
push:
paths-ignore:
- "**.md"
branches:
- main
- release/*
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "stable"
- run: ./scripts/test