This commit is contained in:
Graham Steffaniak 2023-09-15 16:03:37 -05:00
parent 60fd41f11c
commit 44fc212146
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.21.1
- run: go fmt
- run: cd backend && go fmt ./...
# release
release:
runs-on: ubuntu-latest