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 fc057f7f33 - Show all commits

View file

@ -14,6 +14,7 @@ jobs:
- run: go build -a -o artifacts/agecem-org ./cmd/agecemorg/
- uses: actions/upload-artifact@v3
help:
needs: [build]
runs-on: docker
steps:
- uses: actions/download-artifact@v3