1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-26 13:48:59 +08:00

Update run-commit.yml

This commit is contained in:
Matthieu MOREL 2021-12-22 22:48:12 +01:00 committed by GitHub
parent eb5f6203d8
commit 3664dbb362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,10 +10,12 @@ jobs:
- uses: actions/setup-go@v2
with:
node-version: 1.17
- run: gofmt -s -w .
- run: |
go install mvdan.cc/gofumpt@latest
gofumpt -l -w .
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
author_name: ${{ github.actor }}
author_email: ${{ github.actor }}@users.noreply.github.com
message: 'gofmt'
message: 'gofumpt'