Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

chore: update README.md #132

chore: update README.md

chore: update README.md #132

Workflow file for this run

name: Code format verify
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
gofmt:
name: Run gofmt verify
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version-file: go.work
- name: Install dependencies
run: |
go version
go install golang.org/x/lint/golint@latest
- name: checkout
uses: actions/checkout@v3
- name: run gofmt tests
run: ./hack/verify-gofmt.sh