Skip to content

YDA-6976 - Added script for SRAM migration #1886

YDA-6976 - Added script for SRAM migration

YDA-6976 - Added script for SRAM migration #1886

Workflow file for this run

name: "Shellcheck"
on: [push, pull_request]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run Shellcheck
run: |
cd "${GITHUB_WORKSPACE}"
sudo apt -y install shellcheck
shellcheck $(find . -name "*.sh")