Skip to content

build(deps): bump buildpack-deps in /images/src/ubuntu-base #877

build(deps): bump buildpack-deps in /images/src/ubuntu-base

build(deps): bump buildpack-deps in /images/src/ubuntu-base #877

Workflow file for this run

name: ShellCheck
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
shellcheck:
name: Lint with shellcheck
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Add error matcher
run: echo "::add-matcher::$(pwd)/.github/problem-matcher-gcc.json"
- name: Run shellcheck
run: shellcheck -o all -f gcc $(find . -path ./.git -prune -o -type f -executable -print)