Skip to content

Make interpolateString work with more than one match (#56) #10

Make interpolateString work with more than one match (#56)

Make interpolateString work with more than one match (#56) #10

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
lint:
name: Lint Code
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Execute Pre-commit Hooks
uses: pre-commit/[email protected]