Skip to content

Bump fsfe/reuse-action from 1 to 2 #6

Bump fsfe/reuse-action from 1 to 2

Bump fsfe/reuse-action from 1 to 2 #6

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Risk.Ident GmbH <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0
name: yamllint
on:
pull_request:
paths:
- '**.yaml'
- '**.yml'
- '.yamllint'
- '.github/workflows/yamllint.yml'
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yamllint
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true