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 9e24927696 - Show all commits

View file

@ -7,6 +7,7 @@ jobs:
build:
runs-on: docker
steps:
- uses: actions/checkout@v4
- run: mkdir -p artifacts
- uses: actions/setup-go@v5
with: