Skip to content

Commit

Permalink
Use todogroup's action
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Matyas <[email protected]>
  • Loading branch information
mynameistechno committed Apr 19, 2024
1 parent 59d6476 commit 3bec04f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/quic-organization-repolinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
files: "repolint.json"
- name: Run Repolinter with local repolint.json
if: steps.check_files.outputs.files_exists == 'true'
uses: newrelic/repolinter-action@v1
uses: todogroup/repolinter-action@v1
with:
config_file: "repolint.json"
- name: Run Repolinter with default ruleset
if: steps.check_files.outputs.files_exists == 'false'
uses: newrelic/repolinter-action@v1
uses: todogroup/repolinter-action@v1
with:
config_url: "https://raw.githubusercontent.com/quic/.github/main/repolint.json"

0 comments on commit 3bec04f

Please sign in to comment.