Skip to content

Workflow file for this run

name: Python application
on:
push:
branches:
- dev
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/setup-python@v3
- run: python exercise-2/main.py