workflow 01 #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Primera prueba | ||
|
Check failure on line 1 in .github/workflows/01_run.yml
|
||
| run-name: Primera prueba en ejecución | ||
| on: [workflow_dispatch] | ||
| jobs: | ||
| run: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: run script | ||
| - run: python hello.py | ||