Skip to content

Test Actions (1)

Test Actions (1) #3

Workflow file for this run

name: Python Host
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Clone Repo
run:
cd ga-ole-refresh
- name: Run Python 3.10
run:
python main.py