This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Add support for HTTP/3 and enable by default for web-secure #90
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: traefik CI | |
on: # yamllint disable-line rule:truthy | |
push: | |
pull_request: | |
jobs: | |
yamllint: | |
name: yamllint | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out | |
uses: actions/checkout@v3 | |
- name: Run yamllint | |
uses: frenck/action-yamllint@v1.4.0 | |
ansible-lint: | |
name: ansible-lint | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out | |
uses: actions/checkout@v3 | |
- name: Run ansible-lint | |
uses: ansible-community/ansible-lint-action@v6.11.0 | |
with: | |
path: roles/custom |