Skip to content

Commit

Permalink
chore(ci): fix the Spectral rules URL
Browse files Browse the repository at this point in the history
The rules where moved to another repository
(https://github.com/italia/api-oas-checker-rules), get them
from there.
  • Loading branch information
bfabio authored Jul 20, 2024
1 parent f8bda35 commit ad90942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spectral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: curl https://italia.github.io/api-oas-checker/spectral-full.yml > .spectral.yml
- run: curl https://github.com/italia/api-oas-checker-rules/releases/download/1.1/spectral-full.yml > .spectral.yml

# Get additional module required by spectral-full
- run: mkdir functions
Expand Down

0 comments on commit ad90942

Please sign in to comment.