Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

chore(deps): update docker/build-push-action action to v6.12.0 #200

chore(deps): update docker/build-push-action action to v6.12.0

chore(deps): update docker/build-push-action action to v6.12.0 #200

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')