aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-08-28 00:13:12 +0200
committerGravatar Matteo Bertucci <[email protected]>2021-08-28 00:13:12 +0200
commit3f2b233f1743da694dea2ae452af0e30bdffff17 (patch)
tree6d7168da5fe798d5f74bb150e2610c68568a4254
parentUpgrade pip-licenses to 5.3.2 (diff)
CI: add ISC License (ISCL) to allowed licenses
-rw-r--r--.github/workflows/lint-test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml
index 53d9baa59..ac7e47f0e 100644
--- a/.github/workflows/lint-test.yml
+++ b/.github/workflows/lint-test.yml
@@ -16,6 +16,7 @@ jobs:
ALLOWED_LICENSE: Apache Software License;
BSD License;
GNU Library or Lesser General Public License (LGPL);
+ ISC License (ISCL);
MIT License;
Mozilla Public License 2.0 (MPL 2.0);
Public Domain;