Skip to content

Commit 7c836f5

Browse files
committed
API-281: Fixed cron pattern
1 parent 83c3d9c commit 7c836f5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/store-api-spec-lint-results.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,12 @@ jobs:
7777
echo "Changed specs: $changed_specs_list"
7878
# Set an output variable so later steps know which specs to lint.
7979
echo "::set-output name=changed_specs::$changed_specs_list"
80-
80+
- name: Setup Node.js
81+
uses: actions/setup-node@v3
82+
with:
83+
node-version: '16'
84+
- name: Install Spectral CLI
85+
run: npm install -g @stoplight/spectral-cli
8186
- name: Run Spectral Linting on Changed Specs
8287
id: lint
8388
run: |

0 commit comments

Comments
 (0)