Skip to content

Commit

Permalink
Manifest V3 block rules workflow fix (#10557)
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus authored Dec 25, 2023
1 parent a78289a commit b7a32fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/block_rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: npm install

- name: Generate block rules
run: node .github\workflows\generateBlockRules.js > src\rules.json
run: node ./.github/workflows/generateBlockRules.js > src/rules.json

- name: Run Prettier
run: npx prettier --write .\src\rules.json
run: npx prettier --write ./src/rules.json

- name: Check for changes
id: git-diff
Expand Down

0 comments on commit b7a32fa

Please sign in to comment.