Skip to content

Commit

Permalink
chore: add build status for drone (#359)
Browse files Browse the repository at this point in the history
* add build status for drone
* add cspell for drone
* remove git action for release, this is being done inside drone
  • Loading branch information
briangann committed Jun 15, 2023
1 parent 1b9c2f4 commit 0b51a41
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 132 deletions.
132 changes: 0 additions & 132 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://drone.grafana.net/api/badges/grafana/worldmap-panel/status.svg)](https://drone.grafana.net/grafana/worldmap-panel)

> **Note:** Support for this repository has ended and it will be archived. Please see [Geomap Panel](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/geomap/) for ongoing development and support.
# Worldmap Panel Plugin for Grafana
Expand Down
58 changes: 58 additions & 0 deletions cspell.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"language": "en",
"ignorePaths": [
"CHANGELOG.md",
"README.md",
"node_modules/**",
"dist/**",
"coverage/**",
"provisioning/**",
"src/dashboards/**",
"src/data/**",
"src/libs/**",
"src/styles/**"
],
"words": [
"Worldmap",
"worldmap",
"Geomap",
"Geohash",
"geohash",
"Carto",
"Flot",
"flotpairs",
"latlng",
"tinycolor",
"mapcontainer",
"serie",
"bcdefghjkmnpqrstuvwxyz",
"bottomleft",
"ndash",
"datapoint",
"Abbrevation",
"Appender",
"Cascader",
"dataframe",
"dataframes",
"datapoints",
"DATAPROXY",
"diffperc",
"drilldown",
"esversion",
"grafana",
"logmin",
"magn",
"Neue",
"ngalert",
"Roboto",
"timeseries",
"typecheck",
"unicons",
"uuidv",
"valuemap",
"varname",
"verdana",
"workdir"
],
"enabled": true
}

0 comments on commit 0b51a41

Please sign in to comment.