Skip to content

feat(io): Add append option to Bun.write, BunFile.write and FileSink (BunFile.writer) #20129

feat(io): Add append option to Bun.write, BunFile.write and FileSink (BunFile.writer)

feat(io): Add append option to Bun.write, BunFile.write and FileSink (BunFile.writer) #20129

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
env:
BUN_VERSION: "1.2.10"
jobs:
lint-js:
name: "Lint JavaScript"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: ./.github/actions/setup-bun
with:
bun-version: ${{ env.BUN_VERSION }}
- name: Lint
run: bun lint