Skip to content

Commit

Permalink
Merge pull request #101 from eve-network/faddat/refactor-for-launch
Browse files Browse the repository at this point in the history
fix: refactor before testnet launch
  • Loading branch information
faddat authored Mar 3, 2024
2 parents 5a14512 + a7cd861 commit 64d8095
Show file tree
Hide file tree
Showing 155 changed files with 3,810 additions and 13,887 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{Makefile,*.go}]
indent_style = tab
indent_size = 4
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: "1.22"

- name: Build
run: go build -v ./...
45 changes: 0 additions & 45 deletions .github/workflows/e2e-image.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: "1.22"
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
Expand Down
47 changes: 0 additions & 47 deletions .github/workflows/init-e2e-image.yml

This file was deleted.

164 changes: 0 additions & 164 deletions .github/workflows/push-docker-images.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/test-e2e.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: "1.22"

- name: Test
run: go test -v ./...
Loading

0 comments on commit 64d8095

Please sign in to comment.