Skip to content

chore(deps): update quay.io/prometheus-operator/prometheus-operator docker tag to v0.65.2 #47

chore(deps): update quay.io/prometheus-operator/prometheus-operator docker tag to v0.65.2

chore(deps): update quay.io/prometheus-operator/prometheus-operator docker tag to v0.65.2 #47

Workflow file for this run

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