Skip to content

feat: added send text event env #38

feat: added send text event env

feat: added send text event env #38

Workflow file for this run

name: Test golang lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
golangci:
name: Lint check
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.21.x
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest