Apply GoLand formatting (#7)

This commit is contained in:
Isaac
2025-03-24 21:52:59 -07:00
committed by GitHub
parent da9ce7b698
commit bbaf785ef8
3 changed files with 3 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ jobs:
- name: Test with coverage
run: |
go test -cover -coverprofile=coverage.txt -json ./... ./testdata > test-results.json
- name: Generate JUnit report
if: always()
run: go-junit-report < test-results.json > test-results.xml

View File

@@ -1,5 +1,5 @@
name: "Static"
on: ["push", "pull_request"]
on: [ "push", "pull_request" ]
jobs:
ci:

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
chess
.vscode
.idea