Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenKnoops committed Feb 18, 2022
2 parents d31d267 + 28c2ad8 commit caad1db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Continuous Compliance makes it possible to enforce company policy on repositorie


# State
Work in progress - Not functional yet and should not be used in any production application! Be warned!
Work in progress - We're testing this action at this moment...
If you want to stay updated, hit the "Watch" button.
2 changes: 1 addition & 1 deletion bin/loop.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
[ -n "$1" ] && GITHUB_TOKEN=$1 || exit 1
[ -n "$2" ] && RULESET=$2 || exit 1
[ -n "$3" ] && TARGET_REPOS=$3 || exit 1
[ -n "$3" ] && TARGET_REPOS=$3 || exit 0

# Function that checks the target repositories with repolinter
# $1 is the ruleset argument, valid examples here are:
Expand Down

0 comments on commit caad1db

Please sign in to comment.