Skip to content

Return Uint8Array<ArrayBuffer> whenever we create an Uint8Array #987

Return Uint8Array<ArrayBuffer> whenever we create an Uint8Array

Return Uint8Array<ArrayBuffer> whenever we create an Uint8Array #987

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
with:
lfs: true
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: 24
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache
- name: Build
run: yarn build
- name: Lint
run: yarn lint