Merge pull request #5 from Haelnorr/revert-4-development

Revert "Fixed deployment scripts"
This commit is contained in:
2025-02-16 22:30:49 +11:00
committed by GitHub
2 changed files with 0 additions and 9 deletions

View File

@@ -27,9 +27,6 @@ jobs:
chmod +x tailwindcss
sudo mv tailwindcss /usr/local/bin/
- name: Run init
run: make init
- name: Run tests
run: make test

View File

@@ -26,9 +26,3 @@ test:
clean:
go clean
init:
go mod init projectreshoot
go mod tidy
go generate