Fix form vue with prettier github action

pull/4789/head
Daniel Gayoso González 2 years ago
parent 6d51af539b
commit 0616960964
  1. 3
      .github/workflows/format_vue_code.yml

@ -9,9 +9,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/prettier_action@v4.3

Loading…
Cancel
Save