Skip to content

shiboken-pyside2: drop #700

shiboken-pyside2: drop

shiboken-pyside2: drop #700

Workflow file for this run

name: Shellcheck
on: [push, pull_request]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run Shellcheck.
run: |
shopt -s nullglob
find . -type f -name 'build' | xargs grep "^#!.*sh" | cut -d':' -f1 | xargs shellcheck
find . -type f -name 'post-install' | xargs grep "^#!.*sh" | cut -d':' -f1 | xargs shellcheck