Skip to content

add: ignore findings #2

add: ignore findings

add: ignore findings #2

Workflow file for this run

name: lint-yaml
on:
pull_request:
paths:
- 'cloudsploit.yaml'
permissions:
contents: read
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# https://github.com/marketplace/actions/yaml-lint
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: cloudsploit.yaml