We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409c159 commit 0be5000Copy full SHA for 0be5000
.github/workflows/objectscript-quality.yml
@@ -0,0 +1,11 @@
1
+name: objectscriptquality
2
+on: push
3
+
4
+jobs:
5
+ linux:
6
+ name: Linux build
7
+ runs-on: ubuntu-latest
8
9
+ steps:
10
+ - name: Execute ObjectScript Quality Analysis
11
+ run: wget https://raw.githubusercontent.com/litesolutions/objectscriptquality-jenkins-integration/master/iris-community-hook.sh && sh ./iris-community-hook.sh
0 commit comments