Skip to content

fix: regression in include with namespace no overwrite (#39) #26

fix: regression in include with namespace no overwrite (#39)

fix: regression in include with namespace no overwrite (#39) #26

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3'
- run: |
pip install hatch hatch-vcs
hatch build