Skip to content

Merge pull request #75 from ufosc/feature/k8s #79

Merge pull request #75 from ufosc/feature/k8s

Merge pull request #75 from ufosc/feature/k8s #79

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