Skip to content

Commit

Permalink
remove unused shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sheurich committed Mar 6, 2024
1 parent 05223cc commit be63839
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 108 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,3 @@ jobs:
go mod vendor
git diff --exit-code vendor ||
(echo "::error::vendor directory needs to be updated" && exit 1)
shell-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run shellcheck
run: |
shellcheck $SHELLCHECK_SCRIPTS
25 changes: 0 additions & 25 deletions build.sh

This file was deleted.

35 changes: 0 additions & 35 deletions docker.sh

This file was deleted.

8 changes: 0 additions & 8 deletions lint.sh

This file was deleted.

18 changes: 0 additions & 18 deletions mods.sh

This file was deleted.

15 changes: 0 additions & 15 deletions test.sh

This file was deleted.

0 comments on commit be63839

Please sign in to comment.