Skip to content

fix(migrations): add instructions to bring back custom_migration_cutoff #137

fix(migrations): add instructions to bring back custom_migration_cutoff

fix(migrations): add instructions to bring back custom_migration_cutoff #137

Workflow file for this run

name: "Check shellcheck"
'on':
pull_request:
branches:
- main
jobs:
check-shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run shellcheck for each shell script
run: |
bash shellcheck.sh || (echo run "bash shellcheck.sh tty" locally to see the detailed errors; exit 1)