Skip to content

build(deps): bump github/codeql-action from 3.26.5 to 3.26.8 #854

build(deps): bump github/codeql-action from 3.26.5 to 3.26.8

build(deps): bump github/codeql-action from 3.26.5 to 3.26.8 #854

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@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
check-latest: true
- name: gofmt
run : |
gofmt -s -w .
git diff --exit-code