Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Update post-install #2300

Update post-install

Update post-install #2300

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