From f7561e06f9471030764049c00e13b13f2f849609 Mon Sep 17 00:00:00 2001 From: SergeyMi37 Date: Tue, 20 Sep 2022 21:10:20 +0300 Subject: [PATCH] added objectscript-quality --- .github/workflows/objectscript-quality.yml | 12 ++++++++++++ README.md | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 .github/workflows/objectscript-quality.yml diff --git a/.github/workflows/objectscript-quality.yml b/.github/workflows/objectscript-quality.yml new file mode 100644 index 0000000..4bda31c --- /dev/null +++ b/.github/workflows/objectscript-quality.yml @@ -0,0 +1,12 @@ +name: objectscriptquality +on: push + +jobs: + linux: + name: Linux build + runs-on: ubuntu-latest + + steps: + - name: Execute ObjectScript Quality Analysis + run: wget https://raw.githubusercontent.com/litesolutions/objectscriptquality-jenkins-integration/master/iris-community-hook.sh && sh ./iris-community-hook.sh + diff --git a/README.md b/README.md index d5e30fd..d8d252e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # ObjectScript-Math + + [![Quality Gate Status](https://community.objectscriptquality.com/api/project_badges/measure?project=intersystems_iris_community%2FObjectScript-Math&metric=alert_status)](https://community.objectscriptquality.com/dashboard?id=intersystems_iris_community%2FObjectScript-Math) + Math library for InterSystems ObjectScript. This library contains functions that are both standard to ObjectScript as well as functions that are not. For example TODO. Once this library is installed, functions can be called two ways: