Skip to content

Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 #255

Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0

Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 #255

Workflow file for this run

name: Markdownlint Action
on: push
permissions: read-all
jobs:
build:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Markdownlint
uses: nosborn/github-action-markdown-cli@9b5e871c11cc0649c5ac2526af22e23525fa344d # v3.3.0
with:
files: .
config_file: ".github/markdownlint.json"
ignore_path: ".github/.markdownlintignore"