Skip to content

chore(deps): bump transformers #301

chore(deps): bump transformers

chore(deps): bump transformers #301

Workflow file for this run

name: Check YAML Files
on:
workflow_dispatch:
push:
branches:
- "main"
pull_request:
branches:
- "main"
- "release/*"
- "stable"
jobs:
lint:
name: YAML Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install yamllint
run: pip install yamllint
- name: Lint YAML files
run: yamllint --format github -d "{extends: default, ignore: ['*chart*']}" .

Check failure on line 27 in .github/workflows/yaml-lint-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/yaml-lint-check.yml

Invalid workflow file

You have an error in your yaml syntax on line 27