Skip to content

feat: Adds the Content-Disposition, Content-Language, Cache-Control and Expires object meta properties support in the gateway. #874

feat: Adds the Content-Disposition, Content-Language, Cache-Control and Expires object meta properties support in the gateway.

feat: Adds the Content-Disposition, Content-Language, Cache-Control and Expires object meta properties support in the gateway. #874

Workflow file for this run

name: shellcheck
on: pull_request
jobs:
build:
name: Run shellcheck
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run checks
run: |
shellcheck --version
shellcheck -e SC1091 tests/*.sh tests/*/*.sh