Skip to content

Add replace in file method, add tests #12

Add replace in file method, add tests

Add replace in file method, add tests #12

Workflow file for this run

name: CI
on:
push:
branches: [main]
tags: [v*.*.*]
pull_request:
branches: [ "main" ]
types:
- synchronize
- opened
- reopened
jobs:
call_ci:
uses: EffectiveRange/ci-workflows/.github/workflows/python-ci.yaml@v3
with:
coverage-threshold: 95