mirror of
https://github.com/MSWS/Chess.git
synced 2025-12-05 21:30:23 -08:00
Apply GoLand formatting (#7)
This commit is contained in:
2
.github/workflows/buildtest.yml
vendored
2
.github/workflows/buildtest.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/static.yml
vendored
2
.github/workflows/static.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: "Static"
|
||||
on: ["push", "pull_request"]
|
||||
on: [ "push", "pull_request" ]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
chess
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
Reference in New Issue
Block a user