Skip to content

nrepl: add command to send current form to jacked in REPL #632

nrepl: add command to send current form to jacked in REPL

nrepl: add command to send current form to jacked in REPL #632

Workflow file for this run

name: 📝 Lint
on:
push:
branches:
- "*"
pull_request:
branches:
- master
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install Dependencies
run: yarn install --immutable
- name: Check Linting
run: echo "TODO - Add Back"
formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install Dependencies
run: yarn install --immutable
- name: Check Linting
run: yarn format:check