Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
Validate docker-compose config on push
  • Loading branch information
scottgigawatt authored Jun 9, 2024
1 parent b6ef7c2 commit 9644e66
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on: push
jobs:
validate-docker-compose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Docker Compose
uses: ndeloof/[email protected]
- name: Validate Docker Compose
run: docker-compose config

0 comments on commit 9644e66

Please sign in to comment.