We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f3d24 commit 9fbbd7aCopy full SHA for 9fbbd7a
.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