Skip to content

ENT-12569: Added documentation about promise_execution.log, variable.cache.tmp, and context.cache.tmp state files #322

ENT-12569: Added documentation about promise_execution.log, variable.cache.tmp, and context.cache.tmp state files

ENT-12569: Added documentation about promise_execution.log, variable.cache.tmp, and context.cache.tmp state files #322

Workflow file for this run

name: Check all shell scripts
on: pull_request
jobs:
shellcheck:
name: Run shellcheck on shell scripts
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
run: sudo apt-get update -y && sudo apt-get install -y shellcheck
- name: Run shellcheck
run: make check