Skip to content

Fixes #1314: Unclonable registry repo on Windows #92

Fixes #1314: Unclonable registry repo on Windows

Fixes #1314: Unclonable registry repo on Windows #92

Workflow file for this run

name: Shellcheck
on:
push:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install shellcheck
run: sudo apt-get install -y shellcheck
- name: Run shellcheck
run: shellcheck -o all ./.github/scripts/*.sh