Skip to content

test: add env ATUIN_TEST_LOCAL_TIMEOUT to control test timeout of SQL… #3838

test: add env ATUIN_TEST_LOCAL_TIMEOUT to control test timeout of SQL…

test: add env ATUIN_TEST_LOCAL_TIMEOUT to control test timeout of SQL… #3838

Workflow file for this run

name: Shellcheck
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run shellcheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: "-e SC2148"