Skip to content

Create django.yml

Create django.yml #1

Workflow file for this run

name: Django CI
on:
push:User Release Key
branches: "main"

Check failure on line 5 in .github/workflows/django.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/django.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 0
matrix:
python-version: 3.9
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: $ matrix.python-version
- name: Install METADATA
run: {
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Tests
run: id
python implement.py test