diff --git a/tsconfig.json b/tsconfig.json index ab1d1639f..2fe305876 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,8 @@ { - "extends": "@linzjs/style/tsconfig.base.json", - "compilerOptions": { - "target": "ES2022", - "lib": ["ES2022"], - "noEmit": true - } + "extends": "@linzjs/style/tsconfig.base.json", + "compilerOptions": { + "target": "ES2022", + "lib": ["ES2022"], + "noEmit": true } - \ No newline at end of file +} diff --git a/workflows/test/list.arm.yaml b/workflows/test/list.arm.yaml index 508f0cd92..b2e5d1181 100644 --- a/workflows/test/list.arm.yaml +++ b/workflows/test/list.arm.yaml @@ -31,21 +31,21 @@ spec: value: '.tiff?$' - name: aws-list - # Request a SPOT & ARM64 + # Request a SPOT & ARM64 nodeSelector: karpenter.sh/capacity-type: 'spot' - kubernetes.io/arch: "arm64" + kubernetes.io/arch: 'arm64' # Ensure the containers tolerate the taints that will be put on them tolerations: - - key: "kubernetes.io/arch" - operator: "Equal" - value: "arm64" - effect: "NoSchedule" - - key: "karpenter.sh/capacity-type" - operator: "Equal" - value: "spot" - effect: "NoSchedule" + - key: 'kubernetes.io/arch' + operator: 'Equal' + value: 'arm64' + effect: 'NoSchedule' + - key: 'karpenter.sh/capacity-type' + operator: 'Equal' + value: 'spot' + effect: 'NoSchedule' inputs: parameters: