Skip to content

Commit c7de9b1

Browse files
Setup project for GH Actions
1 parent 6c3d8f4 commit c7de9b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
steps:
1212
- name: Check out the repo
1313
uses: actions/checkout@v2
14+
15+
- name: Setup project
16+
run: ./setup.sh
1417

1518
- name: Build the Docker Compose stack
1619
run: docker compose up -d

0 commit comments

Comments
 (0)