Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Make all services output proper JSON #117

Make all services output proper JSON

Make all services output proper JSON #117

Workflow file for this run

name: gofmt
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
formatting:
name: Check Go Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Check formatting with gofmt
run: |
unformatted=$(gofmt -l .)
if [[ -n "$unformatted" ]]; then
echo "Unformatted files detected:"
echo "$unformatted"
exit 1
fi
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy