Skip to content

build: bump @cachex/memory from 1.0.0 to 1.0.1 #543

build: bump @cachex/memory from 1.0.0 to 1.0.1

build: bump @cachex/memory from 1.0.0 to 1.0.1 #543

Workflow file for this run

name: Code Quality Checks
on:
push:
branches:
- master
# Run on any pull request
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup NodeJS
uses: actions/setup-node@v6
with:
node-version: '16.x'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint