Skip to content

⬆️ Bump pymongo from 3.12.3 to 4.6.3 #43

⬆️ Bump pymongo from 3.12.3 to 4.6.3

⬆️ Bump pymongo from 3.12.3 to 4.6.3 #43

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSON: true
OUTPUT_DETAILS: detailed
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}