Skip to content

fix(deps): update module go.mongodb.org/mongo-driver to v2 #1272

fix(deps): update module go.mongodb.org/mongo-driver to v2

fix(deps): update module go.mongodb.org/mongo-driver to v2 #1272

Workflow file for this run

name: Check code conventions
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: hmarr/debug-action@f7318c783045ac39ed9bb497e22ce835fdafbfe6
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
- name: Setup Tools
uses: ./.github/actions/setup-tools
- name: Rerun Pre-Commit Hooks on CI
run: pre-commit run --color=always --show-diff-on-failure --all-files
commitlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6