Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #28

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #28

Workflow file for this run

name: Yaml Lint
on:
pull_request:
branches: [main]
paths:
- '**.yml'
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: reviewdog/action-yamllint@v1.6
with:
level: error
reporter: github-pr-review
yamllint_flags: '.'