Skip to content

build(deps): bump body-parser from 2.2.0 to 2.2.1 #2277

build(deps): bump body-parser from 2.2.0 to 2.2.1

build(deps): bump body-parser from 2.2.0 to 2.2.1 #2277

Workflow file for this run

---
name: YAML lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint yaml files
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v5
- name: Run YAML Lint
uses: ibiqlik/action-yamllint@v3.1.1
with:
file_or_dir: .
strict: true
no_warnings: false
config_file: .yamllint