Skip to content

build(deps): bump github.com/containerd/containerd from 1.5.2 to 1.6.26 in /test/integration #51

build(deps): bump github.com/containerd/containerd from 1.5.2 to 1.6.26 in /test/integration

build(deps): bump github.com/containerd/containerd from 1.5.2 to 1.6.26 in /test/integration #51

Workflow file for this run

# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: "Lint check"
on:
pull_request:
branches:
- main
concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
docker run --rm \
-e DOCKER_HOST_PATH=/home/runner/work/blueprints/blueprints \
--network=host \
-v /home/runner/work/blueprints/blueprints:/workspace \
-v /var/run/docker.sock:/var/run/docker.sock \
gcr.io/cloud-foundation-cicd/cft/developer-tools-krm:1.22 \
./utils/check_lint.sh