Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Upgrade (v2.11.0 -> v2.11.2) #84

Upgrade (v2.11.0 -> v2.11.2)

Upgrade (v2.11.0 -> v2.11.2) #84

Workflow file for this run

---
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/[email protected]
ansible-lint:
name: ansible-lint
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Run ansible-lint
uses: ansible-community/[email protected]
with:
path: roles/custom