Skip to content

chore(ci): automate detection of last auto-rename commit #14

chore(ci): automate detection of last auto-rename commit

chore(ci): automate detection of last auto-rename commit #14

Workflow file for this run

name: YAML check
on:
pull_request:
branches: [main]
paths:
- "**/*.yml"
- "**/*.yaml"
- ".github/workflows/yml.yml"
- ".github/yamllint.yml"
jobs:
yaml-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate YAML files
run: yamllint -c .yamllint.yml .