Skip to content

fix(LCS): use Object.create(null) so prototype members don't shadow l… #94

fix(LCS): use Object.create(null) so prototype members don't shadow l…

fix(LCS): use Object.create(null) so prototype members don't shadow l… #94

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
FORCE_COLOR: 2
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
bun-version: ['1.3']
steps:
- uses: actions/checkout@v5
- name: Use Bun ${{ matrix.bun-version }}
uses: oven-sh/setup-bun@v2
with:
bun-version: ${{ matrix.bun-version }}
- run: bun install
- run: |
echo "::remove-matcher owner=eslint-compact::"
echo "::remove-matcher owner=eslint-stylish::"
- run: bun run all