Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Support for different cluster #1362

Support for different cluster

Support for different cluster #1362

Workflow file for this run

name: TypeScript Lint Check
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: TypeScript Lint GitHub Action
uses: actions/setup-node@v1
with:
node-version: 16.13
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint