Skip to content

fix(actors): Allow boolean-like values for SKIP_DRY #6

fix(actors): Allow boolean-like values for SKIP_DRY

fix(actors): Allow boolean-like values for SKIP_DRY #6

Workflow file for this run

name: test
on:
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Run make venv
run: make venv
shell: bash
- name: Run make lint
run: make lint
shell: bash
- name: Run make test
run: make test
shell: bash
- name: Run make build
run: make build
shell: bash