Community objectscriptQuality

Downloads13
Subscribe
0
Bookmark
0
This application is not supported by InterSystems Corporation. Please be notified that you use it at your own responsibility.
Details
Releases
Reviews
Issues

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.

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.

Rating
4 (1)
Category
Developer Environment
Works with
InterSystems IRIS
Tags
Info
Author
Daniel
Version
1.0.0
Last updated
2022-09-08
Repository
Open
Documentation
Open
License
Link