Skip to content

Bump mikepenz/release-changelog-builder-action from 4 to 5 #846

Bump mikepenz/release-changelog-builder-action from 4 to 5

Bump mikepenz/release-changelog-builder-action from 4 to 5 #846

Workflow file for this run

---
name: Repo Linter
on: [push, pull_request]
jobs:
yaml_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/[email protected]
with:
# Path to custom configuration
config_file: .github/workflow-config/yamllint.yml
# Custom configuration (as YAML source)
# config_data: # optional
# Format for parsing output [parsable,standard,colored,auto]
# format: # optional, default is colored
# Return non-zero exit code on warnings as well as errors
# strict: # optional, default is false