Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

build(deps): bump the github-actions group across 1 directory with 8 updates #1033

build(deps): bump the github-actions group across 1 directory with 8 updates

build(deps): bump the github-actions group across 1 directory with 8 updates #1033

Workflow file for this run

name: gofmt
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
gofmt:
name: gofmt
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v5
with:
go-version-file: go.mod
check-latest: true
- name: gofmt
run : |
gofmt -s -w .
git diff --exit-code