Skip to content

move logic to python #69

move logic to python

move logic to python #69

Workflow file for this run

name: CI tests
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
uses: ./.github/actions/test