Skip to content

fix: Remove private GHA mechanisms (#545) #6

fix: Remove private GHA mechanisms (#545)

fix: Remove private GHA mechanisms (#545) #6

Workflow file for this run

name: main-release
on:
push:
branches:
- main
jobs:
main-release:
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