Skip to content

Merge pull request #38 from open-cradle/async_thinknode_ctx_prototype #510

Merge pull request #38 from open-cradle/async_thinknode_ctx_prototype

Merge pull request #38 from open-cradle/async_thinknode_ctx_prototype #510

Workflow file for this run

name: Python
on: [push, pull_request]
jobs:
python:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install
run: |
sudo pip3 install flake8 mypy pytest
- name: Test
run: |
cd python
flake8 scripts src tests
mypy scripts src tests