Skip to content

Avoid showing the 130 error code after hitting ^C #497

Avoid showing the 130 error code after hitting ^C

Avoid showing the 130 error code after hitting ^C #497

Workflow file for this run

name: ShellCheck
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
container:
image: koalaman/shellcheck-alpine:stable
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- run: ./shellcheck.sh