Skip to content

Update dependency flux-local to v7 #20080

Update dependency flux-local to v7

Update dependency flux-local to v7 #20080

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"