mirror of
https://github.com/Kyren223/eko.git
synced 2025-09-05 21:18:14 +00:00
Added formatting check to CI and broke formatting on purpose
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
ci:
|
||||
name: Tests
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -20,5 +20,8 @@ jobs:
|
||||
with:
|
||||
go-version: "1.23.2"
|
||||
|
||||
- name: Format code
|
||||
run: test -z $(go fmt ./...)
|
||||
|
||||
- name: Run tests
|
||||
run: go test ./...
|
||||
run: go test --cover ./...
|
||||
|
Reference in New Issue
Block a user