Skip to content

Place limits on the repeated use of individual worker processes #412

Place limits on the repeated use of individual worker processes

Place limits on the repeated use of individual worker processes #412

Workflow file for this run

name: Shellcheck on scripts
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up system
shell: bash
run: |
sudo apt-get update -qq
sudo apt-get install shellcheck
- uses: actions/checkout@v3
- name: Run shellcheck
run: |
git grep -l -E '#!/bin/(bash|sh)' | xargs shellcheck