We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33db85e commit 9a93209Copy full SHA for 9a93209
.github/workflows/build.yml
@@ -0,0 +1,9 @@
1
+name: Build plugin
2
+on:
3
+ workflow_dispatch:
4
+
5
+jobs:
6
+ build:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
0 commit comments