feat: github actions to build and publish

- add templates for issues and pull request
- small cleanup in README
This commit is contained in:
Ivan Mikheykin
2021-02-17 12:25:50 +03:00
parent b25f376f4e
commit bd1c7004b5
14 changed files with 331 additions and 92 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
"watch": "grafana-toolkit plugin:dev --watch",
"sign": "grafana-toolkit plugin:sign"
},
"author": "Flant JSC",
"license": "Apache-2.0",