Skip to content

Commit 80aba2d

Browse files
authored
Create dockercompose.yml
1 parent 4334f3a commit 80aba2d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Docker Compose
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
paths:
7+
- docker-compose.yml
8+
9+
jobs:
10+
11+
build:
12+
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- uses: actions/checkout@v2
17+
18+
- name: Validate docker-compose config
19+
run: docker-compose config --quiet
20+

0 commit comments

Comments
 (0)