From 810beaa0c71070c9d1af8af1c3e8f0a6cccbcfb8 Mon Sep 17 00:00:00 2001 From: Kalaiselvim <117940852+Kalaiselvi84@users.noreply.github.com> Date: Wed, 10 Jan 2024 04:21:34 +0000 Subject: [PATCH] Fix lint warning (#3585) --- .github/workflows/labeler.yml | 2 +- build/build-image/cache/cloudbuild.yaml | 8 ++++---- examples/nodejs-simple/gameserver.yaml | 2 +- examples/xonotic/gameserver.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 9965e9a0ba..d369b65fd9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,4 +1,4 @@ -# +--- # Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build/build-image/cache/cloudbuild.yaml b/build/build-image/cache/cloudbuild.yaml index ae500c24ef..c80dc693e1 100644 --- a/build/build-image/cache/cloudbuild.yaml +++ b/build/build-image/cache/cloudbuild.yaml @@ -15,10 +15,10 @@ steps: - # - # Move everything to the /workspace as this is what the canonical - # build script uses, and we want to be as close to that as possible. - # + # + # Move everything to the /workspace as this is what the canonical + # build script uses, and we want to be as close to that as possible. + # - name: bash id: setup-cache-files script: | diff --git a/examples/nodejs-simple/gameserver.yaml b/examples/nodejs-simple/gameserver.yaml index 70729f674c..a78c00c2d9 100644 --- a/examples/nodejs-simple/gameserver.yaml +++ b/examples/nodejs-simple/gameserver.yaml @@ -37,4 +37,4 @@ spec: requests: memory: 100Mi cpu: 100m - # args: ["--timeout=0"] # Change the timeout here, if you like the nodejs server to run longer. + # args: ["--timeout=0"] # Change the timeout here, if you like the nodejs server to run longer. diff --git a/examples/xonotic/gameserver.yaml b/examples/xonotic/gameserver.yaml index 89cca991eb..e56db6f8bf 100644 --- a/examples/xonotic/gameserver.yaml +++ b/examples/xonotic/gameserver.yaml @@ -29,4 +29,4 @@ spec: requests: memory: 700Mi cpu: 200m - # imagePullPolicy: Always # add for development + # imagePullPolicy: Always # add for development