Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

chore(deps): update docker/setup-qemu-action action to v3.3.0 #202

chore(deps): update docker/setup-qemu-action action to v3.3.0

chore(deps): update docker/setup-qemu-action action to v3.3.0 #202

Workflow file for this run

name: CI
on:
workflow_call:
push:
pull_request:
# Declare default permissions as read only.
permissions: read-all
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: shellcheck $(find . -name '*.sh')