Skip to content

♻️ chore: Remove redundant dependencies #70

♻️ chore: Remove redundant dependencies

♻️ chore: Remove redundant dependencies #70

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Boot
run: boot/boot.sh
- name: Run ESLint
run: npx eslint .