Skip to content

feat: adaptive VS Code resume via IDE lock file polling #19

feat: adaptive VS Code resume via IDE lock file polling

feat: adaptive VS Code resume via IDE lock file polling #19

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!"