Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

#name of the workflow
name: CI workflow
# Controls when the workflow will run
on:
push:
branches: "main"
pull_request:
branches: "main"
# A workflow job lists
jobs:
#build job command
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container: python:3.9-slim

Check failure on line 19 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 19