Skip to content

Commit

Permalink
test format
Browse files Browse the repository at this point in the history
  • Loading branch information
behzodfaiziev committed Oct 2, 2024
1 parent 6733754 commit cec172c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: "16"
- name: Install dependencies
run: npm install

- name: Run format
run: npm run format
- name: Run format check
run: npx prettier --check .
- name: Run lint
run: npm run lint
- name: Run tests
run: npm test
run: npm test

0 comments on commit cec172c

Please sign in to comment.