Skip to content

Commit

Permalink
Update repolinter.yml (hyperledger#2083)
Browse files Browse the repository at this point in the history
Use current container image

Remove step which saves results to a file

Signed-off-by: Ry Jones <ry@linux.com>
  • Loading branch information
ryjones authored Mar 26, 2021
1 parent e13dd77 commit f2e6f84
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/repolinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: hyperledger-tools.jfrog.io/repolinter:0.10.0
container: ghcr.io/todogroup/repolinter:v0.10.1
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Repo
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
- name: Save repolinter-report file
uses: actions/upload-artifact@v2
with:
name: repolinter-report
path: /repolinter-report.md
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

0 comments on commit f2e6f84

Please sign in to comment.