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

go fmt

go fmt #7

Workflow file for this run

# Copyright (c) 2023, Circle Internet Financial, LTD.
# All rights reserved
name: Go-fmt
on: push
jobs:
gofmt:
name: Go fmt project
runs-on: ubuntu-latest
steps:
- name: check out
uses: actions/checkout@v2
- name: go fmt project
uses: Jerome1337/[email protected]