Skip to content

Tech debt: Migrateevents resources to AWS SDK for Go v2 #5847

Tech debt: Migrateevents resources to AWS SDK for Go v2

Tech debt: Migrateevents resources to AWS SDK for Go v2 #5847

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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Run yamllint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
with:
format: github
env:
LANG: C.UTF-8