Skip to content

Copilot Icon support #1445

Copilot Icon support

Copilot Icon support #1445

name: Basic health check (Install dependencies and run the script)
on: [pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Installing dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Running the file in test mode
run: |
cd elevenclock
python -m compileall -q .