Skip to content

test

test #371

Workflow file for this run

name: Shellcheck
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run shellcheck.
run: |
shopt -s nullglob
shellcheck */*/build */*/post-install