Analyze your open source code for free

Setup

If you have your source code published on Github, you can analyze your ObjectScript code for free and check results in https://community.objectscriptquality.com.

You only need to create the following file in your project:

.github/workflows/objectscript-quality.yml
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

That's all!! Now you only need to wait some minutes to get the results in https://community.objectscriptquality.com.