Skip to content

Add readme and contributing guide #212

Add readme and contributing guide

Add readme and contributing guide #212

Workflow file for this run

name: Main
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
compile:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Compile Python sources
run: python -m compileall -q .