Skip to content

feat: Add unsafe option to add to buffer without sort #9

feat: Add unsafe option to add to buffer without sort

feat: Add unsafe option to add to buffer without sort #9

Workflow file for this run

name: Lint code
on: push
jobs:
lint-code:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- name: Install
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint