Skip to content

fix: selection can not disapear #12

fix: selection can not disapear

fix: selection can not disapear #12

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
checks:
if: github.event_name != 'push'
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Compine Theme
run: |
yarn
yarn compile