Merge pull request #4 from Haelnorr/development

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

View File

@@ -27,6 +27,9 @@ 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,3 +26,9 @@ test:
clean:
go clean
init:
go mod init projectreshoot
go mod tidy
go generate