Skip to content

chore: Updated the target-postgres transferwise variant to point to the corresponding subdirectories in transferwise/pipelinewise #2397

chore: Updated the target-postgres transferwise variant to point to the corresponding subdirectories in transferwise/pipelinewise

chore: Updated the target-postgres transferwise variant to point to the corresponding subdirectories in transferwise/pipelinewise #2397

name: Check YAML format
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint YAML files
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Get changed files in the docs folder
id: changed-files
uses: tj-actions/[email protected]
with:
files: |
_data/**/*.yml
- uses: astral-sh/setup-uv@v3
with:
version: ">=0.4.30"
- name: Lint YAML files
if: steps.changed-files.outputs.any_changed == 'true'
run: uvx yamllint ${{ steps.changed-files.outputs.all_changed_files }}