Skip to content

Commit f7013b9

Browse files
committed
Fix typo
1 parent b2e338c commit f7013b9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
runs:
33
using: "Composite"
44
steps:
5-
- name: Install npm Mudules
5+
- name: Install npm Modules
66
uses: ./.github/actions/install-npm-modules
77

88
- name: Build

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
ref: ${{ github.head_ref }}
3737

38-
- name: Install npm Mudules
38+
- name: Install npm Modules
3939
uses: ./.github/actions/install-npm-modules
4040

4141
- name: Run ESLint
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
ref: ${{ github.head_ref }}
5454

55-
- name: Install npm Mudules
55+
- name: Install npm Modules
5656
uses: ./.github/actions/install-npm-modules
5757

5858
- name: Run Stylelint

0 commit comments

Comments
 (0)