Skip to content

Added docs for Kubernetes+containerd+runwasi setup, updated runwasi s… #556

Added docs for Kubernetes+containerd+runwasi setup, updated runwasi s…

Added docs for Kubernetes+containerd+runwasi setup, updated runwasi s… #556

Workflow file for this run

name: Lint
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
lint:
name: Lint
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16.14.0
cache: npm
- name: Installation
run: npm install
- name: Lint
run: npm run lint:ci
# - name: Prettier Code
# run: npm run format:diff