Skip to content

Bump actions/dependency-review-action from 4.3.5 to 4.4.0 #300

Bump actions/dependency-review-action from 4.3.5 to 4.4.0

Bump actions/dependency-review-action from 4.3.5 to 4.4.0 #300

Workflow file for this run

---
name: "YAMLLint"
on:
push:
pull_request:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
permissions: {}
jobs:
check:
name: Check with YAMLLint
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install YAMLLint
run: sudo pip install yamllint
- name: Run YAMLLint
run: "yamllint -d '{extends: relaxed, rules: {line-length: disable, trailing-spaces: disable}}' ."