Skip to content

deps(patch): update library/matomo docker tag to v4.15.1 #52

deps(patch): update library/matomo docker tag to v4.15.1

deps(patch): update library/matomo docker tag to v4.15.1 #52

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
...