Skip to content

Merge branch 'main' of https://github.com/radiantlab/GlazingControlApp #23

Merge branch 'main' of https://github.com/radiantlab/GlazingControlApp

Merge branch 'main' of https://github.com/radiantlab/GlazingControlApp #23

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"