diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4283bfe..03211b2 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,7 +20,7 @@ jobs: check-latest: true - name: Lint Rule Types - run: go run github.com/stacklok/minder/cmd/dev@latest ruletype lint -r rule-types/github --skip-rego + run: go run github.com/mindersec/minder/cmd/dev@latest ruletype lint -r rule-types/github --skip-rego - name: Ensure rule type release_phase is set run: |