Skip to content

chore(deps): bump @tanstack/react-table from 8.11.2 to 8.11.3 in /cli… #253

chore(deps): bump @tanstack/react-table from 8.11.2 to 8.11.3 in /cli…

chore(deps): bump @tanstack/react-table from 8.11.2 to 8.11.3 in /cli… #253

Workflow file for this run

name: Lint and Fix
on:
push:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install and Run lint:fix in authentication directory
working-directory: ./authentication
run: |
npm install
npm run lint:fix
- name: Install and Run lint:fix in frontend directory
working-directory: ./client
run: |
npm install
npm run lint:fix