diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index f2842d9a00f..0d927f49681 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -12,5 +12,7 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 - - name: Lint Repo - run: bundle exec /app/bin/repolinter.js --rulesetUrl https://raw.githubusercontent.com/hyperledger-labs/hyperledger-community-management-tools/main/repo_structure/repolint.json --format markdown + - name: 'Run Repolinter' + uses: philips-labs/github-action-repolinter + with: + args: --rulesetUrl https://raw.githubusercontent.com/hyperledger-labs/hyperledger-community-management-tools/main/repo_structure/repolint.json