Skip to content

Commit 798194c

Browse files
committed
Fjernet unødvendig steg og grupperte loggen
1 parent 6319a9a commit 798194c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/actions/eslintCheck/action.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ inputs:
77
runs:
88
using: "composite"
99
steps:
10-
- name: Print inputs
11-
shell: bash
12-
run: |
13-
echo "Path to validate: ${{ inputs.pathToValidate }}"
14-
1510
- name: Eslint Check
1611
shell: bash
1712
run: |
13+
echo "::group::Run Prettier Check"
1814
npx eslint --no-error-on-unmatched-pattern ${{ inputs.pathToValidate }}
15+
echo "::endgroup::"

0 commit comments

Comments
 (0)