Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Upgrade versions files #108

Upgrade versions files

Upgrade versions files #108

Workflow file for this run

---
# SPDX-license-identifier: Apache-2.0
##############################################################################
# Copyright (c) 2022
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
name: Check Demos
# yamllint disable-line rule:truthy
on:
push:
jobs:
check-format:
name: Check scripts format
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
with:
persist-credentials: false
- name: Run the sh-checker
uses: luizm/action-sh-checker@883217215b11c1fabbf00eb1a9a041f62d74c744 # 0.10.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SHFMT_OPTS: -i 4 -s
with:
sh_checker_shellcheck_disable: true
check-containerd:
name: Check demo for Containerd runtime on Ubuntu Virtual Environment
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
with:
persist-credentials: false
- name: Install dependencies
run: deployment/install.sh
- name: Configure environment
working-directory: ./deployment
run: ./configure.sh
- name: Running demo
working-directory: ./deployment
run: ./demo.sh