Skip to content

Update main.py

Update main.py #84

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