Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Bump markdownlint-cli2-formatter-pretty from 0.0.6 to 0.0.7 #53

Bump markdownlint-cli2-formatter-pretty from 0.0.6 to 0.0.7

Bump markdownlint-cli2-formatter-pretty from 0.0.6 to 0.0.7 #53

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Risk.Ident GmbH <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0
name: eclint
on:
pull_request:
jobs:
eclint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Install eclint
run: go install gitlab.com/greut/eclint/cmd/[email protected]
- name: Log eclint version
run: eclint --version
- name: run eclint
run: eclint -fix
- uses: reviewdog/action-suggester@v1
with:
tool_name: eclint
fail_on_error: true