Skip to content

fix ci

fix ci #1

Workflow file for this run

name: Main workflow
on:
pull_request:
push:
jobs:
runs-on: ubuntu-latest

Check failure on line 8 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

You have an error in your yaml syntax on line 8
if: github.event.pull_request.draft == false
steps:
- name: make check
run: |
pip install -r requirements.txt
make check