Install prettier plugins before linting

This commit is contained in:
Sky Leite
2023-02-02 18:58:10 -03:00
parent 1320b13507
commit 7675775527
+1
View File
@@ -35,6 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v2 # Check out the repository first.
- run: npm install --only=dev --prefix ./frontend
- name: Run prettier (JavaScript & TypeScript)
uses: creyD/prettier_action@v4.2
with: