Skip to content

fix(Endian): support setting the endianness based on value known at r… #21

fix(Endian): support setting the endianness based on value known at r…

fix(Endian): support setting the endianness based on value known at r… #21

Workflow file for this run

name: linting
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run lint