Skip to content

Commit 98e4713

Browse files
committed
ci: Fixed script name for eslint
1 parent 739b698 commit 98e4713

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
run: |
4040
yarn install
4141
42-
- name: Run lint
42+
- name: Run eslint
4343
run: |
44-
yarn lint
44+
yarn eslint
4545
4646
tests:
4747
needs: eslint

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# @modulify/pkg
22

3+
[![codecov](https://codecov.io/gh/modulify/pkg/branch/main/graph/badge.svg)](https://codecov.io/gh/modulify/pkg)
34
[![Tests Status](https://github.com/modulify/pkg/actions/workflows/tests.yml/badge.svg)](https://github.com/modulify/pkg/actions)
45

56
**@modulify/pkg** is a utility library for working with Node.js package worktrees. It provides functions to read, update, and traverse multiple package manifests, making it easier to interact with monorepos and workspace-like structures.

0 commit comments

Comments
 (0)