Skip to content

initial commit

initial commit #1

Workflow file for this run

name: Style
on:
push:
branches: [ main ]
pull_request:
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.10.11
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y python3-dev graphviz libgraphviz-dev pkg-config
- run: make setup-dev
- run: make style