Skip to content

fix: only convert commands query param when provided #13695

fix: only convert commands query param when provided

fix: only convert commands query param when provided #13695

Workflow file for this run

# name of the action
name: build
# trigger on pull_request or push events
on:
pull_request:
push:
# pipeline to execute
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: clone
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: install go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
# use version from go.mod file
go-version-file: 'go.mod'
cache: true
check-latest: true
- name: build
run: |
make build