Skip to content

refactor: separate panel configuration from runtime state #29

refactor: separate panel configuration from runtime state

refactor: separate panel configuration from runtime state #29

Workflow file for this run

name: ci
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
jobs:
quick-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Echo
run: echo "CI OK"