Home Applications Community objectscriptQuality

Community objectscriptQuality

Community Project
This project is maintained by its author and is not officially supported by InterSystems. For technical support, please contact the project developer.
4
1 reviews
0
Awards
647
Views
0
IPM installs
0
0
Details
Releases (1)
Reviews (1)
Issues
ObjectScript code analysis for community projects

What's new in this version

Initial Release

Analyze your open source code for free

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/projects.

You only need to create the file .github/workflows/objectscript-quality.yml in your project with following content:

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/projects.

Last checked by moderator
26 Nov, 2024Works
Made with
Version
1.0.008 Sep, 2022
Category
Developer Environment
Works with
InterSystems IRIS
First published
08 Sep, 2022
Last edited
08 Sep, 2022