diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index ba43cc4..0587596 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -2,7 +2,6 @@ # Source: https://github.com/marketplace/actions/repolinter # SPDX-License-Identifier: MIT - name: Lint repository on: [push] @@ -17,3 +16,5 @@ jobs: fetch-depth: 0 - name: Test repolinter uses: philips-labs/github-action-repolinter@master + env: + CUSTOM_REPOLINT_FILE: repolinter_rules.json