Skip to content

chore: integrate release-please to manage releases (#1203) #267

chore: integrate release-please to manage releases (#1203)

chore: integrate release-please to manage releases (#1203) #267

Workflow file for this run

name: YAML Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
yamllint:
name: YAML Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: YAML Lint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
with:
file_or_dir: .
config_file: .yamllint.yml