Skip to content

Restrict MySQL version to 8.0.x #70

Restrict MySQL version to 8.0.x

Restrict MySQL version to 8.0.x #70

Workflow file for this run

---
name: "ShellCheck"
on:
pull_request:
push:
branches:
- main
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
run: find . -type f -name "*.sh" -exec shellcheck {} +