Skip to content

Update actions/checkout action to v4.2.2 #201

Update actions/checkout action to v4.2.2

Update actions/checkout action to v4.2.2 #201

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/checkout@v4.1.6
- name: YAML lint
uses: ibiqlik/action-yamllint@master
with:
config_file: .yamllint.yml