Skip to content

Update allenporter/flux-local action to v7 #20078

Update allenporter/flux-local action to v7

Update allenporter/flux-local action to v7 #20078

Workflow file for this run

---
name: Lint
on:
pull_request:
branches:
- main
- 'renovate/**'
push:
branches:
- main
- 'renovate/**'
jobs:
yaml:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: "./"
config_file: "./.github/yamllint-config.yaml"