Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

optimize the image size of pod-quote and add unit test for pod-quote #734

optimize the image size of pod-quote and add unit test for pod-quote

optimize the image size of pod-quote and add unit test for pod-quote #734

Workflow file for this run

name: Shell Code Scan
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
codescan:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master