File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88jobs :
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 :
You can’t perform that action at this time.
0 commit comments