Skip to content

Commit

Permalink
Use mindersec for lint job as opposed to the previous org (#187)
Browse files Browse the repository at this point in the history
This will fix the job.

Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX authored Oct 17, 2024
1 parent 23432c6 commit d33f6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d33f6f0

Please sign in to comment.