Skip to content

add Voice Channel Connection (#71) #26

add Voice Channel Connection (#71)

add Voice Channel Connection (#71) #26

Workflow file for this run

name: "Tools"
on:
push:
branches:
- v10
paths:
- "tools/**"
pull_request:
branches:
- v10
paths:
- "tools/**"
jobs:
sca-lint:
name: Static Code Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.64.5
args: ./tools/...