Skip to content

Commit

Permalink
Add install for rollup needed by spectral CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
willosborne committed Jan 3, 2025
1 parent 592153c commit ffbce33
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 113 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate-spectral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:

- name: Install Spectral-CLI
run: npm install @stoplight/spectral-cli

- name: Install Spectral-CLI
run: npm install rollup

- name: Run Example Spectral Linting
run: npx spectral lint --ruleset ./shared/dist/spectral/rules-architecture.js 'calm/samples/api-gateway-architecture(*.json|*.yaml)'
Expand Down
Loading

0 comments on commit ffbce33

Please sign in to comment.