Skip to content

ci: create a release automatically #10

ci: create a release automatically

ci: create a release automatically #10

Workflow file for this run

name: Development
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
make venv
- name: Lint
run: |
make lint
- name: Test
run: |
make test