Skip to content

Commit

Permalink
remove yaml file filter (AXERA-TECH#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalcohol authored Dec 5, 2024
1 parent 4ed68b8 commit bc76323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_format_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Format YAML and Markdown files
run: |
npx prettier --write "**/*.yaml" "**/*.yml" "**/*.md"
npx prettier --write "**/*.yml" "**/*.md"
- name: Check for changes
id: check_changes
Expand Down

0 comments on commit bc76323

Please sign in to comment.