Skip to content

fix(deps): update rust crate reqwest to v0.12.11 #47

fix(deps): update rust crate reqwest to v0.12.11

fix(deps): update rust crate reqwest to v0.12.11 #47

Workflow file for this run

name: Markdown lint
on:
push:
paths:
- "**.md"
- ".github/workflows/markdownlint.yml"
- "./.github/markdown-lint-config.yml"
pull_request:
paths:
- "**.md"
- ".github/workflows/markdownlint.yml"
- "./.github/markdown-lint-config.yml"
branches: [ master ]
workflow_dispatch:
jobs:
markdown-lint:
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Markdown Linting Action
uses: avto-dev/[email protected]
with:
args: './**/*.md'
config: './.github/markdown-lint-config.yml'