Skip to content

fix: input stack range for POW2 and RAWRESERVE #51

fix: input stack range for POW2 and RAWRESERVE

fix: input stack range for POW2 and RAWRESERVE #51

Workflow file for this run

name: Validation
on:
pull_request:
branches:
- master
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
HUSKY: 0
jobs:
tests:
name: Test (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
steps:
- name: Fetch Sources
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Setup Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: "yarn"
- name: Install dependencies
env:
YARN_ENABLE_HARDENED_MODE: false
run: yarn install --immutable
- name: Run prettier
run: yarn run fmt:check
- name: Validate
run: DEBUG=true yarn run validate