Skip to content

fix: bsky create post link and tag formatting #94

fix: bsky create post link and tag formatting

fix: bsky create post link and tag formatting #94

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23"
- name: Run tests
run: make test