Skip to content

Commit 293d682

Browse files
authored
Update repolinter.yml
Signed-off-by: Ry Jones <[email protected]>
1 parent 7955e40 commit 293d682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/repolinter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11-
container: hyperledger-tools.jfrog.io/repolinter:0.10.0
11+
container: ghcr.io/todogroup/repolinter:v0.10.1
1212
steps:
1313
- name: Checkout Code
1414
uses: actions/checkout@v2
1515
- name: Lint Repo
1616
continue-on-error: true
17-
run: bundle exec /app/bin/repolinter.js --rulesetUrl https://raw.githubusercontent.com/hyperledger-labs/hyperledger-community-management-tools/master/repo_structure/repolint.json --format markdown > /repolinter-report.md
17+
run: bundle exec /app/bin/repolinter.js --rulesetUrl https://raw.githubusercontent.com/hyperledger-labs/hyperledger-community-management-tools/master/repo_structure/repolint.json --format markdown | tee /repolinter-report.md
1818
- name: Save repolinter-report file
1919
uses: actions/upload-artifact@v2
2020
with:

0 commit comments

Comments
 (0)