Skip to content

Commit

Permalink
workflow: markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Schulze committed Nov 14, 2023
1 parent d90e317 commit da505fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: markdownlint
on:
push:
pull_request:
jobs:
run_markdownlint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Run markdownlint
uses: actionshub/markdownlint@main
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# openssl-demo-server

[![markdownlint](https://github.com/andreasschulze/openssl-demo-server/actions/workflows/markdownlint.yml/badge.svg)](https://github.com/andreasschulze/openssl-demo-server/actions/workflows/markdownlint.yml)

Example program to implement a TLS server. It was written for demonstration and
educational purposes.

Expand Down

0 comments on commit da505fe

Please sign in to comment.