Skip to content

Add new workflow

Add new workflow #1

Workflow file for this run

name: Build Template
on:
pull_request:
jobs:
runs-on: ubuntu-latest

Check failure on line 7 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup Python
uses: actions/[email protected]
with:
python-version: 3.9
cache: 'pip'
- name: Install CLI
run: python3 -m pip install pros-cli