Fix/deprecations #8
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate Caddyfile | |
on: | |
push: | |
paths: | |
- "caddy/**" | |
pull_request: | |
paths: | |
- "caddy/**" | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Files | |
uses: actions/checkout@main | |
- name: Validate Caddyfile | |
run: | | |
docker run -v ./caddy:/data ghcr.io/jonaharagon/caddy-build:latest caddy validate --config /data/Caddyfile |