Skip to content

Bump actions/checkout from 4.1.1 to 4.1.2 #192

Bump actions/checkout from 4.1.1 to 4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2 #192

Workflow file for this run

---
name: Code Analysis
on: # yamllint disable-line rule:truthy
# Trigger the workflow on pushes to the main branch and all pull requests.
push:
branches:
- main
pull_request:
jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: YAML lint
uses: ibiqlik/action-yamllint@master
with:
config_file: .yamllint.yml