Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit dd3c75e

Browse files
committed
Merge branch 'main' of github.com:pyroscope-io/grafana-panel-plugin into main
2 parents d8b823b + 308e7c5 commit dd3c75e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ jobs:
116116
md5sum ${{ steps.metadata.outputs.archive }} > ${{ steps.metadata.outputs.archive-checksum }}
117117
echo "::set-output name=checksum::$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)"
118118
119-
- name: Lint plugin
120-
run: |
121-
git clone https://github.com/grafana/plugin-validator
122-
pushd ./plugin-validator/cmd/plugincheck
123-
go install
124-
popd
125-
plugincheck ${{ steps.metadata.outputs.archive }}
119+
# - name: Lint plugin
120+
# run: |
121+
# git clone https://github.com/grafana/plugin-validator
122+
# pushd ./plugin-validator/cmd/plugincheck
123+
# go install
124+
# popd
125+
# plugincheck ${{ steps.metadata.outputs.archive }}
126126

127127
- name: Create release
128128
id: create_release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pyroscope-pyroscope-grafana",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Pyroscope plugin for grafana",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)