Skip to content
Snippets Groups Projects
Verified Commit ca2415a0 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: disable linting for npm libraries

The linting process is not relevant for npm libraries, as they typically
do not contain PHP code. Disabling linting for these libraries reduces
unnecessary processing and improves the efficiency of the CI pipeline.
parent 0396a40a
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@ lint:
parallel:
matrix:
- PHP_IMAGE: ["8.4.1", "7.4.1"]
rules:
- if: $IS_NPM_LIBRARY
when: never
artifacts:
paths:
- lint-codequality.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment