Skip to content

Optimise project structure for Python development #98

Optimise project structure for Python development

Optimise project structure for Python development #98

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
- '!main'
defaults:
run:
shell: pwsh
jobs:
ci:
name: CI
runs-on: Ubuntu-Latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3