Skip to content

fix: access(value,policy) no longer strips tags — treats as raw untag… #12

fix: access(value,policy) no longer strips tags — treats as raw untag…

fix: access(value,policy) no longer strips tags — treats as raw untag… #12

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install -e ".[dev]" || pip install -e .
- run: pip install pytest
- run: pytest