Skip to content

apulse: new package at 0.1.13 #954

apulse: new package at 0.1.13

apulse: new package at 0.1.13 #954

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