We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e338c commit f7013b9Copy full SHA for f7013b9
2 files changed
.github/actions/build/action.yml
@@ -2,7 +2,7 @@
2
runs:
3
using: "Composite"
4
steps:
5
- - name: Install npm Mudules
+ - name: Install npm Modules
6
uses: ./.github/actions/install-npm-modules
7
8
- name: Build
.github/workflows/linter.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
ref: ${{ github.head_ref }}
37
38
39
40
41
- name: Run ESLint
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
- name: Run Stylelint
0 commit comments