Skip to content

Commit

Permalink
Strip down to bare bones
Browse files Browse the repository at this point in the history
  • Loading branch information
austindrenski committed Feb 13, 2024
1 parent bd60fbb commit 55ad787
Show file tree
Hide file tree
Showing 89 changed files with 1,604 additions and 10,050 deletions.
5 changes: 3 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.git/
.github/
.idea/
.vscode/
bin/
dist/
tests/node-client/node_modules/
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
go-version-file: go.mod

- name: Test
run: make -f builder.Makefile test
run: go test -C go -v ./...

- name: Build compose-ecs
run: go build -v ./cmd
36 changes: 0 additions & 36 deletions .github/workflows/ecs-tests.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/labeler.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.idea/
.vscode/
bin/
/.idea/
/.vscode/
33 changes: 0 additions & 33 deletions .golangci.yml

This file was deleted.

82 changes: 0 additions & 82 deletions BUILDING.md

This file was deleted.

Loading

0 comments on commit 55ad787

Please sign in to comment.