Skip to content

minor(deps): update library/postgres docker tag to v16.2 #45

minor(deps): update library/postgres docker tag to v16.2

minor(deps): update library/postgres docker tag to v16.2 #45

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@v4
- name: Lint manifest
uses: actionhippie/yamllint@v1
with:
strict: true
...