Skip to content

Commit

Permalink
plugin validator added
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram committed Nov 19, 2020
1 parent c1ce6d9 commit a7a7152
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ jobs:
- name: Get checksum
run: |
echo "GRAFANA_PLUGIN_CHECKSUM=$(cat ./${{ env.GRAFANA_PLUGIN_ARTIFACT_CHECKSUM }} | cut -d' ' -f1)" >> $GITHUB_ENV
# - uses: actions/setup-go@master
# with:
# go-version: "1.13.3"
# - name: Lint Plugin
# run: |
# git clone https://github.com/grafana/plugin-validator;
# cd ./plugin-validator/cmd/plugincheck;
# go install
# cd ../../;
# plugincheck -url ${{ steps.upload-plugin-asset.outputs.browser_download_url }};
- uses: actions/setup-go@master
with:
go-version: "1.13.3"
- name: Lint Plugin
run: |
git clone https://github.com/grafana/plugin-validator;
cd ./plugin-validator/cmd/plugincheck;
go install
cd ../../;
plugincheck ${{ steps.upload-plugin-asset.outputs.browser_download_url }};
- name: Publish to Grafana.com
run: |
echo Publish your plugin to grafana.com/plugins by opening a PR to https://github.com/grafana/grafana-plugin-repository with the following entry:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ bower_components

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
dist/

# Dependency directories
node_modules/
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

Change history of the project. All the feature updates, bug fixes, breaking changes will be documented here.

## [0.5.0]
## [ 0.6.0 ]

- Plugin signed

## [ 0.5.0 ]

- XML Support

Expand Down

0 comments on commit a7a7152

Please sign in to comment.