Skip to content

Commit d33f6f0

Browse files
authored
Use mindersec for lint job as opposed to the previous org (#187)
This will fix the job. Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent 23432c6 commit d33f6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
check-latest: true
2121

2222
- name: Lint Rule Types
23-
run: go run github.com/stacklok/minder/cmd/dev@latest ruletype lint -r rule-types/github --skip-rego
23+
run: go run github.com/mindersec/minder/cmd/dev@latest ruletype lint -r rule-types/github --skip-rego
2424

2525
- name: Ensure rule type release_phase is set
2626
run: |

0 commit comments

Comments
 (0)