Skip to content

deps: bump @tanstack/react-table from 8.12.0 to 8.17.3 #23

deps: bump @tanstack/react-table from 8.12.0 to 8.17.3

deps: bump @tanstack/react-table from 8.12.0 to 8.17.3 #23

Workflow file for this run

name: linter
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Dependencies
run: npm ci
- name: Run Lint
run: npm run lint