Skip to content

docs: update README — session status, terminal features #18

docs: update README — session status, terminal features

docs: update README — session status, terminal features #18

Workflow file for this run

name: hello-world
on:
workflow_dispatch:
pull_request:
branches:
- master
- staging
- main
paths:
- README.md
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: my-step
run: echo "Hello World!"