Implémenter workflow d'intégration continue de base #247

Merged
vlbeaudoin merged 21 commits from vlbeaudoin/actions into main 2025-07-12 22:15:13 -04:00
Showing only changes of commit 5481edb801 - Show all commits

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version: '1.24.5' go-version: '1.24.5'
- run: go build -a -o agecem-org ./cmd/agecemorg/ - run: make go-build
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: executable name: executable