Skip to content

fix(head_object): return Cache-Control, Expires etc common response h… #298

fix(head_object): return Cache-Control, Expires etc common response h…

fix(head_object): return Cache-Control, Expires etc common response h… #298

# add a new dedicated workflow. run once.
# see: https://github.com/gradle/wrapper-validation-action
name: "Validate Gradle Wrapper"
on: [push, pull_request]
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1