Skip to content

github-actions(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 #86

github-actions(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0

github-actions(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 #86

Workflow file for this run

name: "Integrate"
on: # yamllint disable-line rule:truthy
pull_request: null
push:
branches:
- "main"
jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Lint YAML files"
uses: "ibiqlik/[email protected]"
with:
config_file: ".yamllint.yaml"
file_or_dir: "."
strict: true