Skip to content

Commit f251a6f

Browse files
committed
fixed workflow
1 parent 46387d7 commit f251a6f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/qa-checks.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
run: npm install
2222

2323
- name: Linters and Formatters Check
24-
uses: wearerequired/lint-action@v1
25-
with:
26-
github_token: ${{ secrets.GITHUB_TOKEN }}
27-
# Enable linters
28-
eslint: true
29-
prettier: true
24+
run: |
25+
npm run lint:fix
26+
npm run format

0 commit comments

Comments
 (0)