Skip to content

refactor: get rid of the monorepo structure #77

refactor: get rid of the monorepo structure

refactor: get rid of the monorepo structure #77

Workflow file for this run

name: CI/CD
on:
push:
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: NPM Install
run: npm ci
- name: Run ESLint
run: npm run lint