Updated github workflow to format go code
This commit is contained in:
parent
9c450b144c
commit
76c7116863
1 changed files with 1 additions and 1 deletions
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Setup go
|
||||
uses: actions/setup-go@v5
|
||||
- name: Format all go files
|
||||
run: (cd ./2024/go/ && go fmt ./...)
|
||||
run: (cd ./2024/ && go fmt ./...)
|
||||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5.0.1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue