Skip to content

Commit fe11825

Browse files
committed
fix: removed invalid fragments in CI
1 parent 616fa46 commit fe11825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515

1616
- uses: bahmutov/npm-install@v1
1717

18-
- run: npm run lint (Run ESLint)
18+
- run: npm run lint
1919

20-
- run: npm run test (Run Jest)
20+
- run: npm run test

0 commit comments

Comments
 (0)