Skip to content

Create_static.yml

Create_static.yml #25

Workflow file for this run

name: Check remote host and push report
on:
push:
branches:
- master
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.13'
- run: python hello.py