Skip to content

Refactor task files #384

Refactor task files

Refactor task files #384

Workflow file for this run

# SPDX-License-Identifier: MIT
name: yamllint
on:
push:
branches:
- main
- feature/**
paths:
- '**.ya?ml'
pull_request:
branches:
- main
paths:
- '**.ya?ml'
jobs:
yamllint:
name: yamllint
uses: ffurrer2/shared-workflows/.github/workflows/yamllint.yml@main