Skip to content

Commit

Permalink
Added quality control
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-lperezra committed Jul 24, 2024
1 parent 32bbfaa commit 878625a
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 878625a

Please sign in to comment.