Skip to content

chore(deps): bump github.com/golangci/golangci-lint from 1.63.3 to 1.63.4 in /tools #7

chore(deps): bump github.com/golangci/golangci-lint from 1.63.3 to 1.63.4 in /tools

chore(deps): bump github.com/golangci/golangci-lint from 1.63.3 to 1.63.4 in /tools #7

Workflow file for this run

name: Format Code
on: [pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: go fmt
- name: go generate (clang-format)
run: go generate
- name: Display missing format changes
run: git diff --exit-code