Skip to content

Use a specific branch when running check-tag workflow in deployments-k8s #158

Use a specific branch when running check-tag workflow in deployments-k8s

Use a specific branch when running check-tag workflow in deployments-k8s #158

Workflow file for this run

---
name: ci
on:
push:
branches:
- main
pull_request:
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v1
with:
config_file: .ci/yamllint.yml
strict: true