Skip to content

feat : refactored all db calls to backend and removed recruitment banner #153

feat : refactored all db calls to backend and removed recruitment banner

feat : refactored all db calls to backend and removed recruitment banner #153

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npm run lint