Skip to content

Implement _add_compatibility. (#8) #14

Implement _add_compatibility. (#8)

Implement _add_compatibility. (#8) #14

Workflow file for this run

# This workflow will run unit test.
name: unit test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Linting
run: flake8 ./
- name: unit test
run: pytest tests