Skip to content

Create jammy-lb.yaml #26

Create jammy-lb.yaml

Create jammy-lb.yaml #26

Workflow file for this run

name: Lint
on:
pull_request:
paths-ignore:
- 'README.md'
- '**/README.md'
- '.github/**'
jobs:
lint:
name: Lint YAML
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: "0"
- uses: ibiqlik/action-yamllint@v3