Skip to content

copy check_ned_res from hu-astro #1

copy check_ned_res from hu-astro

copy check_ned_res from hu-astro #1

Workflow file for this run

name: ci
on:
push:
branches:
- main
- renovate/*
- dev/*
tags:
- v*
pull_request:
branches:
- main
- dev/*
- stable/*
jobs:
ci:
uses: AmpelProject/Ampel-interface/.github/workflows/ci.yml@e880b6e4cc9827cb4a85a06d00cb36738d9dda93 # ci-py12-v3
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
mongo: true
# renovate: datasource=python-version depName=python versioning=python
python-version: "3.11"
# renovate: datasource=pypi depName=poetry versioning=pep440
poetry-version: "1.8.4"
# renovate: datasource=pypi depName=ruff
ruff-version: "0.8.1"
lint: true
format: true