Skip to content

chore: bare-minimum ci.yml to isolate startup failure (#42) #9

chore: bare-minimum ci.yml to isolate startup failure (#42)

chore: bare-minimum ci.yml to isolate startup failure (#42) #9

Workflow file for this run

name: CI
on:
push:
branches: [develop, main]
pull_request:
branches: [develop, main]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "hello"