Skip to content

Commit a42c33f

Browse files
authored
Merge branch 'master' into issues/949-delete-offline-devices
2 parents 8bfbf26 + 39ff32a commit a42c33f

File tree

23 files changed

+2878
-2241
lines changed

23 files changed

+2878
-2241
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
sudo apt -qq -y install sqlite3 gdal-bin libproj-dev \
7575
libgeos-dev libspatialite-dev spatialite-bin \
7676
libsqlite3-mod-spatialite
77-
sudo npm install -g jshint stylelint
77+
sudo npm install -g prettier
7878
pip install -U pip wheel setuptools
7979
pip install -U -r requirements-test.txt
8080
pip install -U -e .

.jshintrc

Lines changed: 0 additions & 19 deletions
This file was deleted.
File renamed without changes.

.stylelintrc.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
openwisp-controller
22
===================
33

4-
.. image:: https://github.com/openwisp/openwisp-controller/workflows/OpenWISP%20Controller%20CI%20Build/badge.svg?branch=master
5-
:target: https://github.com/openwisp/openwisp-controller/actions?query=workflow%3A%22OpenWISP+Controller+CI+Build%22
4+
.. image:: https://github.com/openwisp/openwisp-controller/actions/workflows/ci.yml/badge.svg
5+
:target: https://github.com/openwisp/openwisp-controller/actions/workflows/ci.yml
66
:alt: CI build status
77

88
.. image:: https://coveralls.io/repos/openwisp/openwisp-controller/badge.svg

0 commit comments

Comments
 (0)