Skip to content

Enforce single quotes #7

Enforce single quotes

Enforce single quotes #7

%YAML 1.2

Check failure on line 1 in .github/workflows/docker_compose_test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker_compose_test.yaml

Invalid workflow file

You have an error in your yaml syntax
---
name: Docker Compose CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install 'yamllint'
run: sudo apt-get install -y yamllint
- name: Lint YAML files
run: yamllint -c .github/yamllint_config.yaml .
- name: Test docker-compose.yaml
run: docker compose up --wait --wait-timeout 300