Skip to content

Commit 21d49ad

Browse files
committed
github: add setup docker-compose step
1 parent b05ad66 commit 21d49ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
with:
1717
go-version: '1.23'
1818

19+
- name: Set up Docker Compose
20+
uses: docker/setup-compose-action@v1
21+
1922
- name: Run linter
2023
uses: golangci/golangci-lint-action@v6
2124
with:

0 commit comments

Comments
 (0)