Skip to content

build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.30.0 to 2.31.0 in /.ci/providerlint #24

build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.30.0 to 2.31.0 in /.ci/providerlint

build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.30.0 to 2.31.0 in /.ci/providerlint #24

Workflow file for this run

name: YAML Linting
on:
push:
branches:
- main
- "release/**"
pull_request:
paths:
- "**/*.yml"
- ".yamllint"
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Run yamllint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
with:
format: github
env:
LANG: C.UTF-8