Skip to content

Bump actions/checkout from 3 to 4 #35

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #35

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
check-docker-compose-syntax:
runs-on: ubuntu-latest
container:
image: docker:latest
steps:
- uses: actions/checkout@v4
- name: Check Docker Compose file syntax
run: docker compose --env-file .env.dist config -q
check-markdown-syntax:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v13
with:
globs: '**/*.md'