Skip to content

Commit

Permalink
Fix formatter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Nov 18, 2024
1 parent 7ee9a17 commit ae2f6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Format vscode-bicep
# --install-links is temporary until all vscode React apps are moved to vscode-bicep-ui.
run: |
npm run ci --install-links
npm ci --install-links
npm run format
working-directory: ./src/vscode-bicep

Expand Down

0 comments on commit ae2f6f6

Please sign in to comment.