Skip to content

check k8s create/delete scripts, add testing instructions to docs #76

check k8s create/delete scripts, add testing instructions to docs

check k8s create/delete scripts, add testing instructions to docs #76

Workflow file for this run

name: Code Linting
on:
push:
branches:
- 'feature/**'
- 'main'
jobs:
eslint-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Packages
run: npm install
- name: Run Eslint
run: npm run lint