Skip to content

Commit

Permalink
use latest version for spectral
Browse files Browse the repository at this point in the history
  • Loading branch information
wirthual committed Feb 14, 2024
1 parent e2dd517 commit 949d086
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deutschland_generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7.8' ]
python-version: ['3.11.1' ]
steps:
- uses: actions/checkout@v2

Expand All @@ -15,10 +15,9 @@ jobs:
continue-on-error: true
run: |
set -C; echo "extends: spectral:oas" > .spectral.yaml
# Runs a single command using the runners shell
- name: "Lint file"
uses: stoplightio/spectral-action@v0.8.1
uses: stoplightio/spectral-action@latest
with:
file_glob: "openapi.yaml"

Expand All @@ -31,4 +30,4 @@ jobs:
upload-to-testpypi: false
pypi-token: ${{ secrets.PYPI_PRODUCTION }}
testpypi-token: ${{ secrets.PYPI_TEST }}
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}

0 comments on commit 949d086

Please sign in to comment.