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

Add solution day 25 part 1 #116

Add solution day 25 part 1

Add solution day 25 part 1 #116

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