Skip to content

Commit

Permalink
Create objectscriptquality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pisani authored Dec 11, 2023
1 parent e3d6236 commit e4ad359
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/objectscriptquality.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 e4ad359

Please sign in to comment.