Skip to content

feat(container-image-pull): add override ability to copy operation for destination path #544

feat(container-image-pull): add override ability to copy operation for destination path

feat(container-image-pull): add override ability to copy operation for destination path #544

Workflow file for this run

on:
push:
paths:
- 'bash/**'
- '.github/workflows/shellcheck.yml'
pull_request:
paths:
- 'bash/**'
- '.github/workflows/shellcheck.yml'
jobs:
bash:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
format: tty
scandir: './bash'
dash:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck to check against dash shells
uses: ludeeus/action-shellcheck@master
with:
format: tty
scandir: './bash'
env:
SHELLCHECK_OPTS: --shell dash