Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Bump flatten-maven-plugin from 1.4.1 to 1.5.0 (#671) #331

Bump flatten-maven-plugin from 1.4.1 to 1.5.0 (#671)

Bump flatten-maven-plugin from 1.4.1 to 1.5.0 (#671) #331

name: markdown-analysis-workflow
on:
push:
branches:
- main
- release/**
pull_request:
branches:
- main
- release/**
paths:
- '**/*.md'
jobs:
markdown-analysis-job:
runs-on: ubuntu-latest
name: 'github actions: markdownlint'
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: markdownlint
uses: nosborn/github-action-markdown-cli@v1.1.1
with:
files: .
config_file: ./codestyle/.markdownlint.yml
- name: markdown link check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: ./codestyle/.markdown-link-check.json