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

Commit

Permalink
fix gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihChengLiang committed Sep 12, 2023
1 parent e117d0b commit b84da75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/mpt-witness-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
go-version: '1.20'

- name: Format
working-directory: ./mpt-witness-generator
run: go fmt ./...
uses: Jerome1337/gofmt-action@v1.0.5
with:
gofmt-path: './mpt-witness-generator'
gofmt-flags: '-l -d'

- name: Build
working-directory: ./mpt-witness-generator
Expand Down

0 comments on commit b84da75

Please sign in to comment.