Skip to content

💪 set type checker for all method #9

💪 set type checker for all method

💪 set type checker for all method #9

Workflow file for this run

name: build-test
on:
pull_request:
branches: ["develop", "release"]
permissions:
contents: read
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
make init
make install
- name: Test with pytest
run: |
make test
- name: test with build
run: |
make wheel