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:45:57 +01:00 committed by GitHub
parent fbdbfec158
commit 04c870cb3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-go@v2
with:
node-version: 1.17
- run: gofmt -s -w ./...
- run: gofmt -s -w .
- name: Commit changes
uses: EndBug/add-and-commit@v7
with: