From f2e6f845f2a3055e5d7863f8f009e2d3f481af1d Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Fri, 26 Mar 2021 14:38:44 -0700 Subject: [PATCH] Update repolinter.yml (#2083) Use current container image Remove step which saves results to a file Signed-off-by: Ry Jones --- .github/workflows/repolinter.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index a9a116f2efb..10ee71a480e 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -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