advent-of-code/.github/workflows/ci.yml

20 lines
332 B
YAML

name: gofmt
on:
push:
branches: ["main"]
tags: ["v*.*.*"]
pull_request:
types: [opened, reopened, synchronize]
branches: ["*"]
workflow_dispatch:
permissions:
contents: write
jobs:
format:
uses: c4patino/actions/.github/workflows/format.yml@main
with:
language: go
directory: ./2024