Skip to content

build(deps): bump dawidd6/action-download-artifact from 5 to 6 #40

build(deps): bump dawidd6/action-download-artifact from 5 to 6

build(deps): bump dawidd6/action-download-artifact from 5 to 6 #40

Workflow file for this run

name: YAML Linting
on:
push:
branches:
- main
- "release/**"
pull_request:
paths:
- "**/*.yml"
- "**/*.yaml"
- ".yamllint"
## NOTE: !!!
## When changing these workflows, ensure that the following is updated:
## - Documentation: docs/continuous-integration.md
## - Documentation: docs/makefile-cheat-sheet.md
## - Makefile: ./GNUmakefile
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Run yamllint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
with:
format: github
env:
LANG: C.UTF-8