Skip to content

deps(patch): update quay.io/keycloak/keycloak docker tag to v21.1.2 #66

deps(patch): update quay.io/keycloak/keycloak docker tag to v21.1.2

deps(patch): update quay.io/keycloak/keycloak docker tag to v21.1.2 #66

Workflow file for this run

---
name: linter
"on":
push:
branches:
- master
pull_request:
branches:
- master
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Lint manifest
uses: actionhippie/yamllint@v1
with:
strict: true
...