Skip to content

Commit

Permalink
ci: add prettier to remove uneccessary triggers (#4364)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7869b40)
  • Loading branch information
karl-cardenas-coding committed Oct 18, 2024
1 parent bd64c8b commit 005cea8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/versions_robot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
id: check_noindex
run: node scripts/noindex_docusaurus_config.js $RUNNER_TEMP $PWD && mv $RUNNER_TEMP/temp.docusaurus.config.js $PWD/docusaurus.config.js

- name: Auto Format (Prettier)
run: make format

- name: Commit Changes
id: commit
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 005cea8

Please sign in to comment.