Skip to content

deps(patch): update cockroachdb/cockroach docker tag to v23.1.5 #8

deps(patch): update cockroachdb/cockroach docker tag to v23.1.5

deps(patch): update cockroachdb/cockroach docker tag to v23.1.5 #8

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