Skip to content

Blacklist manager refactor & New in-memory cache #201

Blacklist manager refactor & New in-memory cache

Blacklist manager refactor & New in-memory cache #201

Workflow file for this run

name: Lint
on: pull_request
jobs:
tests:
name: Lint Check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn add eslint
- name: Lint files
run: yarn lint