Skip to content

Bump mysql from 9.0.1 to 9.1.0 in /test/IntegrationTests/docker #983

Bump mysql from 9.0.1 to 9.1.0 in /test/IntegrationTests/docker

Bump mysql from 9.0.1 to 9.1.0 in /test/IntegrationTests/docker #983

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag: v4.2.1
- 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