Skip to content

build(deps): update actions/cache action to v4 #934

build(deps): update actions/cache action to v4

build(deps): update actions/cache action to v4 #934

Workflow file for this run

name: Lint Markdown
on: [push, pull_request]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run mdl
uses: actionshub/markdownlint@v3.1.4