Skip to content

chore(deps): update pypa/gh-action-pypi-publish digest to e1dad8a #8

chore(deps): update pypa/gh-action-pypi-publish digest to e1dad8a

chore(deps): update pypa/gh-action-pypi-publish digest to e1dad8a #8

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'
- run: make venv
shell: bash
- run: make lint
shell: bash
- run: make test
shell: bash
- run: make build
shell: bash