Skip to content

lsp: don't add "constant" to the document symbol description (#706) #1423

lsp: don't add "constant" to the document symbol description (#706)

lsp: don't add "constant" to the document symbol description (#706) #1423

Workflow file for this run

name: Build
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build-matrix:
name: Matrix
strategy:
matrix:
os:
- runner: ubuntu-latest
name: linux
static: true
- runner: macos-13
name: macos-intel
static: false
- runner: macos-14
name: macos-arm64
static: true
runs-on: ${{ matrix.os.runner }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: open-policy-agent/setup-opa@v2
with:
version: edge
static: ${{ matrix.os.static }}
- run: npm install -g markdownlint-cli
- run: go install git.sr.ht/~charles/rq/cmd/rq@latest
- run: build/do.rq pull_request
- uses: golangci/golangci-lint-action@v6.0.1
if: matrix.os.name == 'linux'
with:
version: v1.57.2
- uses: actions/upload-artifact@v4
with:
name: regal-${{ matrix.os.name }}
path: regal