File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,21 @@ jobs:
2020 name : Release IPA Validation Metrics
2121 runs-on : ubuntu-latest
2222 steps :
23- - name : Checkout repository (scripts)
24- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
25- with :
26- sparse-checkout :
27- tools/spectral/ipa
28- package.json
29- package-lock.json
30-
3123 - name : Checkout repository (dev branch)
3224 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3325 with :
3426 ref : ${{ env.OAS_BRANCH }}
3527 sparse-checkout : ${{ env.OAS_FILE }}
3628 path : dev-oas
3729
30+ - name : Checkout repository (scripts)
31+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
32+ with :
33+ sparse-checkout :
34+ tools/spectral/ipa
35+ package.json
36+ package-lock.json
37+
3838 - name : Validate OAS file
3939 run : |
4040 if [ ! -f "dev-oas/${{ env.OAS_FILE }}" ]; then
You can’t perform that action at this time.
0 commit comments