Skip to content

Commit

Permalink
fix: repolint path
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Correa committed Sep 29, 2023
1 parent 1cfa3a0 commit d8186fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm install is-windows

- name: Use custom rules
run: wget https://raw.githubusercontent.com/klarna/meta/master/repolint.json
run: wget https://raw.githubusercontent.com/klarna-incubator/meta/master/repolint.json

- name: Run repolint
run: ./node_modules/.bin/repolinter $GITHUB_WORKSPACE

0 comments on commit d8186fa

Please sign in to comment.