Skip to content

feature: bumped lua-resty-redis to 0.31. #1

feature: bumped lua-resty-redis to 0.31.

feature: bumped lua-resty-redis to 0.31. #1

Workflow file for this run

name: Linting on markdown files
on:
pull_request_target:
push:
jobs:
lint-content:
name: Lint content markdown files
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Lint markdown files
uses: avto-dev/markdown-lint@v1
with:
config: './.markdownlint.jsonc'
args: './content/**/*.md'