Skip to content

workflow 01

workflow 01 #1

Workflow file for this run

name: Primera prueba

Check failure on line 1 in .github/workflows/01_run.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/01_run.yml

Invalid workflow file

(Line: 8, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
run-name: Primera prueba en ejecución
on: [workflow_dispatch]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: run script
- run: python hello.py