Skip to content

Merge pull request #37867 from hashicorp/td-docdb_v2_migrate #39

Merge pull request #37867 from hashicorp/td-docdb_v2_migrate

Merge pull request #37867 from hashicorp/td-docdb_v2_migrate #39

Workflow file for this run

name: YAML Linting
on:
push:
branches:
- main
- "release/**"
pull_request:
paths:
- "**/*.yml"
- "**/*.yaml"
- ".yamllint"
## NOTE: !!!
## When changing these workflows, ensure that the following is updated:
## - Documentation: docs/continuous-integration.md
## - Documentation: docs/makefile-cheat-sheet.md
## - Makefile: ./GNUmakefile
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Run yamllint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
with:
format: github
env:
LANG: C.UTF-8