Skip to content

Commit

Permalink
Merge pull request #2 from BeeTech-global/multiple
Browse files Browse the repository at this point in the history
Change de folder structure for multiple actions
  • Loading branch information
vsmoraes authored Mar 23, 2020
2 parents 14b6d0b + 873aad4 commit c788fe6
Show file tree
Hide file tree
Showing 9 changed files with 1,884 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions sonarqube/quality-gate/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
13 changes: 13 additions & 0 deletions sonarqube/quality-gate/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'Sonarqube Quality Gate'
description: 'Validate Sonarqube Quality Gate'
author: 'BeeTech Engineers'
inputs:
login:
description: 'Sonarqube login'
required: true
url:
description: 'Sonarqube URL with project id'
required: true
runs:
using: 'node12'
main: 'dist/index.js'
Loading

0 comments on commit c788fe6

Please sign in to comment.