Skip to content

feat(mastodon): add maximumCharacters and maximumPhotos #784

feat(mastodon): add maximumCharacters and maximumPhotos

feat(mastodon): add maximumCharacters and maximumPhotos #784

Workflow file for this run

name: Test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.24.x"
- run: go test --race ./...