Fix gofmt flags

master
HimbeerserverDE 2022-05-15 14:10:12 +02:00 committed by GitHub
parent 645f07bf84
commit 8032207169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ jobs:
- name: Check code formatting using gofmt
uses: Jerome1337/gofmt-action@v1.0.4
with:
gofmt-flags: '-l -w'
gofmt-flags: '-l -d'