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

Bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#2069) #814

Bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#2069)

Bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#2069) #814

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/[email protected]
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