Skip to content

Commit 75b9ccd

Browse files
committed
remove spectral cli installation taks
Related to: aliencube#221
1 parent 1d3e7e8 commit 75b9ccd

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/azure-dev-build-only.yml

-5
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ jobs:
4949
run: |
5050
dotnet new tool-manifest
5151
dotnet tool install SwashBuckle.AspNetCore.Cli
52-
53-
- name: Install Spectral Cli
54-
shell: bash
55-
run: |
56-
curl -L https://raw.github.com/stoplightio/spectral/master/scripts/install.sh | sh
5752
5853
- name: Restore NuGet packages
5954
shell: bash

.github/workflows/azure-dev.yml

-5
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ jobs:
6363
run: |
6464
dotnet new tool-manifest
6565
dotnet tool install SwashBuckle.AspNetCore.Cli
66-
67-
- name: Install Spectral Cli
68-
shell: bash
69-
run: |
70-
curl -L https://raw.github.com/stoplightio/spectral/master/scripts/install.sh | sh
7166
7267
- name: Restore NuGet packages
7368
shell: bash

0 commit comments

Comments
 (0)