Skip to content

add support for certbot cloudflare plugin #547

add support for certbot cloudflare plugin

add support for certbot cloudflare plugin #547

Workflow file for this run

name: Run CI
on:
push:
branches: [$default-branch]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: |
docker-compose --file docker-compose.test.yml build
docker-compose --file docker-compose.test.yml run lint
docker-compose --file docker-compose.test.yml run specs