Skip to content

feat: send original message as md codeblock #44

feat: send original message as md codeblock

feat: send original message as md codeblock #44

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- run: go test ./...