Skip to content

Commit

Permalink
Create objectscript-quality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-cemper authored Apr 11, 2024
1 parent dcc3370 commit 472681d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/objectscript-quality.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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

0 comments on commit 472681d

Please sign in to comment.