Skip to content

feat: set text/plain content-type on Micropub create response #127

feat: set text/plain content-type on Micropub create response

feat: set text/plain content-type on Micropub create response #127

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- uses: golangci/golangci-lint-action@v3
with:
version: v1.55
skip-go-installation: true