Skip to content

build(deps): bump go.mongodb.org/mongo-driver from 1.16.1 to 1.17.0 #506

build(deps): bump go.mongodb.org/mongo-driver from 1.16.1 to 1.17.0

build(deps): bump go.mongodb.org/mongo-driver from 1.16.1 to 1.17.0 #506

Workflow file for this run

name: spelling
# I take care of your fat fingers and ESL mistakes.
on:
push:
branches: [ "3.x" ]
pull_request:
branches: [ "3.x" ]
permissions: {}
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
typos_check:
name: Typos
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master