Skip to content

MNT Add dummy ci file #4

MNT Add dummy ci file

MNT Add dummy ci file #4

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
ci:
name: CI

Check failure on line 10 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 10, Col: 5): Required property is missing: runs-on
# This is a dummy ci job added so that the gha-merge-up action will find a ci.yml file to run
steps:
- name: Pass
run: |
echo "Passed"