Skip to content

chore: Update from ubi8/ubi:8.10-1054 to ubi8/ubi:8.10-1088 #8581

chore: Update from ubi8/ubi:8.10-1054 to ubi8/ubi:8.10-1088

chore: Update from ubi8/ubi:8.10-1054 to ubi8/ubi:8.10-1088 #8581

#
# Copyright (c) 2020-2021 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
name: shellcheck
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-20.04
steps:
- name: Clone source code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: ShellCheck
run: |
find . -type f -name "*.sh" | xargs shellcheck --external-sources