Skip to content

Change workflow name #5

Change workflow name

Change workflow name #5

Workflow file for this run

name: Run Python Script
on:
push:
jobs:
run-script:

Check failure on line 7 in .github/workflows/hellow.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/hellow.yaml

Invalid workflow file

You have an error in your yaml syntax on line 7
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- name: Install Dependecies
run: pip install -r requirements.txt
- name: Run Script
run: python script.py