Skip to content

add frontend deployment URLs to CORS ALLOWED_HOSTS #14

add frontend deployment URLs to CORS ALLOWED_HOSTS

add frontend deployment URLs to CORS ALLOWED_HOSTS #14

# SPDX-FileCopyrightText: 2024 K Kollmann
# SPDX-License-Identifier: MIT
name: Run Ruff formatter
on:
# runs on opened, synchronised, reopened PRs
pull_request:
paths:
- "**.py"
jobs:
ruff-formatter:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected]
with:
src: "."
options: "format --check"