Skip to content

chore(deps): update .net #3301

chore(deps): update .net

chore(deps): update .net #3301

Workflow file for this run

name: Lint Markdown
# Controls when the workflow will run
on:
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
lint-changelog:
name: Lint Markdown Files
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Lint Files
uses: avto-dev/markdown-lint@v1
with:
args: '**/*.md --ignore changelog/themes/hugo-changelog-theme/'