Skip to content

Bump MongoDB.Driver.Core, MongoDB.Bson, DnsClient, MongoDB.Libmongocrypt and SharpCompress #54

Bump MongoDB.Driver.Core, MongoDB.Bson, DnsClient, MongoDB.Libmongocrypt and SharpCompress

Bump MongoDB.Driver.Core, MongoDB.Bson, DnsClient, MongoDB.Libmongocrypt and SharpCompress #54

Workflow file for this run

name: Shellcheck
on:
push:
branches: [ main ]
pull_request:
merge_group:
workflow_dispatch:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install shellcheck
run: sudo apt update && sudo apt install --assume-yes shellcheck
- name: Run shellcheck
run: find . -name \*.sh -o -name \*.sh.template | xargs shellcheck --severity=warning