Skip to content

Feat/first implementation #2

Feat/first implementation

Feat/first implementation #2

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
jobs:
Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
# - name: Install
# run: pip install -r requirements.txt
# - name: Lint
# run: pylint edgee
# - name: Test
# run: python -m unittest discover -s tests -p 'test_*.py'