Skip to content

arm64 compatibility #227

arm64 compatibility

arm64 compatibility #227

Workflow file for this run

name: "ShellCheck"
on:
workflow_call:
pull_request:
types: [opened, reopened, synchronize]
branches: [main]
permissions:
checks: write
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ShellCheck
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -e SC2086 -e SC2154