Skip to content

Bump mongo from 5.0.28 to 8.0.0 in /test/IntegrationTests/docker #815

Bump mongo from 5.0.28 to 8.0.0 in /test/IntegrationTests/docker

Bump mongo from 5.0.28 to 8.0.0 in /test/IntegrationTests/docker #815

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@692973e3d937129bcbf40652eb9f2f61becf3332 # tag: v4.1.7
- 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