Skip to content

Update README.md (#22) #24

Update README.md (#22)

Update README.md (#22) #24

on: [push, pull_request]
jobs:
deutschland_generation:
name: "Deutschland Generation"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.11.1']
steps:
- uses: actions/checkout@v2
# Runs a single command using the runners shell
- name: "Lint file"
uses: stoplightio/[email protected]
with:
file_glob: "openapi.yaml"
- name: "Generate deutschland code"
uses: wirthual/deutschland-generator-action@latest
with:
openapi-file: ${{ github.workspace }}/openapi.yaml
upload-to-pypi: false
use-testpypi: false
pypi-token: ${{ secrets.PYPI_PRODUCTION }}
python-version: ${{ matrix.python-version }}