@iamakulov/codemirror-view 6.39.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push