Skip to content

Commit ef41fb2

Browse files
ci(linter): stop removing a symlink (#748)
Now upstream 'super-linter' (v7.4+) skips symbolic links when passing files to Prettier. We no longer need to get around it ourselves. Signed-off-by: Claudio André <[email protected]>
1 parent 2fa5bed commit ef41fb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/linter.yml

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
env:
6565
ENABLE_COMMITLINT_STRICT_MODE: true
6666
ENFORCE_COMMITLINT_CONFIGURATION_CHECK: true
67-
FILTER_REGEX_EXCLUDE: "^/github/workspace/snapcraft.yaml$" # Workaround for Prettier itself
6867
FIX_JAVASCRIPT_PRETTIER: true
6968
FIX_JSON_PRETTIER: true
7069
FIX_MARKDOWN_PRETTIER: true

0 commit comments

Comments
 (0)