Skip to content

feat: add replacement support in single-byte encoders #1061

feat: add replacement support in single-byte encoders

feat: add replacement support in single-byte encoders #1061

Workflow file for this run

name: Lint
permissions:
contents: read
on:
push:
branches: ['main', 'master']
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
with:
run_install: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
with:
node-version: 22
cache: pnpm
registry-url: 'https://registry.npmjs.org'
- run: pnpm i --frozen-lockfile
- run: node --run lint