Skip to content

Add Extractor Function #26

Add Extractor Function

Add Extractor Function #26

Workflow file for this run

name: Developer Productivity project CI workflow
on:
push:
branches:
- main
tags:
- '**'
release:
types:
- published
pull_request:
jobs:
lint_and_test:
name: lint and test
uses: developerproductivity/logilica-weekly-report/.github/workflows/python_lint_and_test.yaml@main
with:
python_versions: ${{ vars.DEVELOPERPRODUCTIVITY_PYTHON_VERSIONS }}