Skip to content

fix: update packagesite download logic to support .pkg format and fal… #5

fix: update packagesite download logic to support .pkg format and fal…

fix: update packagesite download logic to support .pkg format and fal… #5

Workflow file for this run

name: Shell Script Quality Check
on:
- push
- pull_request
permissions:
contents: read
jobs:
sh-checker:
name: Code Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run the sh-checker
uses: luizm/action-sh-checker@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHELLCHECK_OPTS: -S warning
SHFMT_OPTS: -s -i 4
with:
sh_checker_comment: true