Skip to content

chore: improve the test test_mock_ps_when_executing_a_script #1230

chore: improve the test test_mock_ps_when_executing_a_script

chore: improve the test test_mock_ps_when_executing_a_script #1230

name: Static Analysis
on:
pull_request:
push:
branches:
- main
jobs:
shellcheck:
name: ShellCheck
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC1091 -e SC2155