Skip to content

Merge pull request #46 from puppetlabs/CONT-1129-action-timeout #141

Merge pull request #46 from puppetlabs/CONT-1129-action-timeout

Merge pull request #46 from puppetlabs/CONT-1129-action-timeout #141

Workflow file for this run

name: "lint"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v3"
- name: "Run yaml-lint"
uses: "ibiqlik/action-yamllint@v3"
with:
file_or_dir: ".github/"
config_file: ".yamllint"