Skip to content

MAR-20 Update Data Grid component #203

MAR-20 Update Data Grid component

MAR-20 Update Data Grid component #203

Workflow file for this run

name: Linting
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint:ci