Skip to content

github-actions(deps): bump actions/cache from 4.2.1 to 4.2.2 in /actions/phive/install #436

github-actions(deps): bump actions/cache from 4.2.1 to 4.2.2 in /actions/phive/install

github-actions(deps): bump actions/cache from 4.2.1 to 4.2.2 in /actions/phive/install #436

Workflow file for this run

# https://docs.github.com/en/actions
name: "Integrate"
on: # yamllint disable-line rule:truthy
pull_request: null
push:
branches:
- "main"
jobs:
coding-standards:
name: "Coding Standards"
runs-on: "ubuntu-latest"
timeout-minutes: 5
steps:
- name: "Checkout"
uses: "actions/[email protected]"
- name: "Lint YAML files"
uses: "ibiqlik/[email protected]"
with:
config_file: ".yamllint.yaml"
file_or_dir: "."
strict: true