Skip to content

add: stazioni and info handlers #28

add: stazioni and info handlers

add: stazioni and info handlers #28

Workflow file for this run

name: Python CI
on:
push:
branches:
- main
paths:
- app/**
- pulumi/**
- .github/workflows/python-ci.yml
pull_request:
paths:
- app/**
- pulumi/**
- .github/workflows/python-ci.yml
concurrency:
group: ghas-erfiume-ci-${{ github.ref }}
cancel-in-progress: true
jobs:
python-ci-app:
uses: notdodo/github-actions/.github/workflows/[email protected]
with:
poetry-version: latest
python-version: 3.12
working-directory: "./app"
python-ci-pulumi:
uses: notdodo/github-actions/.github/workflows/[email protected]
with:
poetry-version: latest
python-version: 3.12
working-directory: "./pulumi"