This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
docs(checkout): CHECKOUT-7716 Include the gift_wrapping structure and a sample in the v3/cart response #2371
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Spectral on Pull Requests | |
on: | |
- pull_request | |
jobs: | |
build: | |
name: Run Spectral | |
runs-on: ubuntu-latest | |
steps: | |
# Check out the repository | |
- uses: actions/checkout@v2 | |
# Run Spectral | |
- uses: stoplightio/spectral-action@latest | |
with: | |
file_glob: 'reference/*.yml' | |
spectral_ruleset: '.spectral.yaml' | |