Skip to content

Update scripts from WingetUI #1426

Update scripts from WingetUI

Update scripts from WingetUI #1426

name: Basic health check (Install dependencies and run the script)
on: [pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v4
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 .