Skip to content

chore(deps): update docker/setup-buildx-action action to v3.7.1 #178

chore(deps): update docker/setup-buildx-action action to v3.7.1

chore(deps): update docker/setup-buildx-action action to v3.7.1 #178

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- run: shellcheck $(find . -name '*.sh')