Skip to content

Commit 02de525

Browse files
chore: remove gh workflow lint name
1 parent 02eb3b5 commit 02de525

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
if: steps.yarn-cache.outputs.cache-hit != 'true'
4646
run: yarn --frozen-lockfile
4747

48-
- name: Run linters check
49-
run: yarn test:lint
48+
- run: yarn test:lint
5049

5150
e2e_memory:
5251
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)