Skip to content

Commit

Permalink
fix: keep prettier version same as pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kunfang98927 committed Oct 11, 2024
1 parent f564ffb commit fe5801c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/frontend_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Prettier
run: npm install [email protected]
- name: Run Prettier
run: npx prettier --check "**/*.css" "**/*.js" --trailing-comma es5
- name: Install djlint
Expand Down

0 comments on commit fe5801c

Please sign in to comment.