Skip to content

fix(container-pull-script): fix logic surrounding -f for curl command #136

fix(container-pull-script): fix logic surrounding -f for curl command

fix(container-pull-script): fix logic surrounding -f for curl command #136

Workflow file for this run

on:
pull_request:
paths:
- 'bash/**'
- '.github/workflows/shell_format.yml'
jobs:
shfmt:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Run shfmt with reviewdog
uses: reviewdog/action-shfmt@v1.0.2
with:
fail_on_error: true
workdir: 'bash'
shfmt_flags: '-i 4 -ci'