Skip to content

fix: enhance decapsulation to prevent oracle-style leakage and improv… #8

fix: enhance decapsulation to prevent oracle-style leakage and improv…

fix: enhance decapsulation to prevent oracle-style leakage and improv… #8

Workflow file for this run

name: Lint
on:
push:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v6
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Check formatting
run: bun run format:check