Skip to content

Bump async-trait from 0.1.68 to 0.1.71 (#266) #312

Bump async-trait from 0.1.68 to 0.1.71 (#266)

Bump async-trait from 0.1.68 to 0.1.71 (#266) #312

Workflow file for this run

on:
push:
pull_request:
name: Markdown Lint
jobs:
markdownlint:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
with:
# full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Run Markdown Lint
uses: docker://ghcr.io/github/super-linter:slim-v4
env:
MULTI_STATUS: false
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: true
DEFAULT_BRANCH: main