Skip to content

Merge branch 'pyright' of https://github.com/internetofwater/schedule… #3

Merge branch 'pyright' of https://github.com/internetofwater/schedule…

Merge branch 'pyright' of https://github.com/internetofwater/schedule… #3

Workflow file for this run

name: Run Python Script in Docker
on:
push:
workflow_dispatch: # Allows manual triggering of the workflow
jobs:
setup-docker-and-run:
runs-on: ubuntu-latest
steps:
# Checkout the repository
- name: Checkout Code
uses: actions/checkout@v4
# Set up Docker
- name: Set up Docker
uses: docker/setup-buildx-action@v2
# Run the Python script that handles the build and execution
- name: Run Python Script
run: python3 main.py local && python3 main.py test