Skip to content

build(deps): Bump prism-react-renderer from 1.3.5 to 2.0.6 #5

build(deps): Bump prism-react-renderer from 1.3.5 to 2.0.6

build(deps): Bump prism-react-renderer from 1.3.5 to 2.0.6 #5

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Markdown lint
uses: docker://avtodev/markdown-lint:v1
with:
config: '.markdownlint.yml'
args: '**/*.md'