Skip to content

disable strace debug logging in worker, add feature flag to enable separate logging in analysis image #159

disable strace debug logging in worker, add feature flag to enable separate logging in analysis image

disable strace debug logging in worker, add feature flag to enable separate logging in analysis image #159

Workflow file for this run

name: 'Shellcheck'
on:
push:
paths:
- '**.sh'
pull_request:
paths:
- '**.sh'
permissions:
contents: read
jobs:
check-scripts:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 'Check scripts in all directories'
run: make check_scripts