Skip to content

build(deps): bump autofix-ci/action from ea32e3a12414e6d3183163c3424a7d7a8631ad84 to dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a #17

build(deps): bump autofix-ci/action from ea32e3a12414e6d3183163c3424a7d7a8631ad84 to dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a

build(deps): bump autofix-ci/action from ea32e3a12414e6d3183163c3424a7d7a8631ad84 to dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a #17

Workflow file for this run

name: autofix.ci
on:
pull_request:
branches:
- master
permissions:
contents: read
jobs:
gofmt:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: gofmt -w -s .
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a