Skip to content

Commit

Permalink
remove old scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwebs committed Dec 19, 2024
1 parent d04307b commit 59b815e
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 82 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:

- name: build and test
shell: bash
run: ./scripts/build && ./scripts/test
run: go build ./... && go test ./...
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,3 @@ func moveX(start, end, obstacle) error {}
}
}
```


## Development

``` shell
./scripts/build
./scripts/test
./scripts/check
```
9 changes: 0 additions & 9 deletions scripts/build

This file was deleted.

21 changes: 0 additions & 21 deletions scripts/check

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/retool

This file was deleted.

25 changes: 0 additions & 25 deletions scripts/retool-install.sh

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/test

This file was deleted.

0 comments on commit 59b815e

Please sign in to comment.