@storyteq/platform-integration 1.0.2 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.gitlab-ci.yml ADDED
@@ -0,0 +1,19 @@
1
+ include:
2
+ - '.gitlab-ci/pe.yml'
3
+
4
+ variables:
5
+ WORKDIR: packages/platform-integration
6
+
7
+ .pnpm-job:
8
+ extends: .pnpm
9
+ tags:
10
+ - squads-runner-dev
11
+
12
+ platform-integration-lint:
13
+ extends: .pnpm-job
14
+ stage: build
15
+ rules:
16
+ - if: $CI_PIPELINE_SOURCE == "parent_pipeline"
17
+ script:
18
+ - pnpm -C $WORKDIR install
19
+ - pnpm -C $WORKDIR lint