Skip to content

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

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

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

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