Skip to content

Bump mongodb from 2.8.2 to 3.5.1 #32

Bump mongodb from 2.8.2 to 3.5.1

Bump mongodb from 2.8.2 to 3.5.1 #32

Workflow file for this run

name: πŸ“ƒπŸ‘ŒπŸ» Markdown Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
checks: write
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Super-Linter
uses: super-linter/[email protected]
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: true
VALIDATE_MARKDOWN: true