Skip to content

img again idk what that didnt work #25

img again idk what that didnt work

img again idk what that didnt work #25

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-windows:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.x' # Use appropriate Python version
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install requests
- name: Run CI check
run: |
python src/ci.py