Skip to content

Skip s6 SIGTERM-to-SIGKILL grace time at container stop #321

Skip s6 SIGTERM-to-SIGKILL grace time at container stop

Skip s6 SIGTERM-to-SIGKILL grace time at container stop #321

Workflow file for this run

name: Lint
env:
SHELLCHECK_OPTS: -e SC1008 -s bash
on:
pull_request:
branches: ["master"]
push:
branches: ["master"]
jobs:
shellcheck:
runs-on: ubuntu-latest
name: ShellCheck
steps:
- name: Check out the repository
uses: actions/checkout@v7.0.1
- name: Run linter
uses: ludeeus/action-shellcheck@2.0.0
with:
additional_files: 'run'