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

+1-1
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

-19
This file was deleted.

.jshintignore .prettierignore

File renamed without changes.

.stylelintrc.json

-20
This file was deleted.

README.rst

+2-2
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)