Skip to content

Commit

Permalink
github: add setup docker-compose step
Browse files Browse the repository at this point in the history
  • Loading branch information
muraty committed Jan 27, 2025
1 parent b05ad66 commit 21d49ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
go-version: '1.23'

- name: Set up Docker Compose
uses: docker/setup-compose-action@v1

- name: Run linter
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit 21d49ad

Please sign in to comment.