Skip to content

Fix kubectl config in dashboard #64

Fix kubectl config in dashboard

Fix kubectl config in dashboard #64

Workflow file for this run

name: Default
on:
workflow_dispatch: {}
push:
branches:
- main
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install
- run: yarn lint
- run: yarn test
- run: yarn build