Skip to content

Merge pull request #20 from androidwiltron/main #10

Merge pull request #20 from androidwiltron/main

Merge pull request #20 from androidwiltron/main #10

Workflow file for this run

name: 'base'
on:
push:
tags: [ v* ]
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
python-job:
uses: fivexl/github-reusable-workflows/.github/workflows/python-job.yml@main
with:
python-version: "3.10"
aws-default-region: "eu-central-1"
working-directory: "functions"
terraform-job:
uses: fivexl/github-reusable-workflows/.github/workflows/terraform-job.yml@main
with:
terraform-version: "1.5.0"
aws-default-region: "eu-central-1"