Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.14.1 #496

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.14.1

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.14.1 #496

Workflow file for this run

name: Bun CI
on:
pull_request:
branches: ['main']
jobs:
build:
name: Bun ${{ matrix.bun-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
bun-version: [latest]
os: ['ubuntu-latest']
steps:
- uses: actions/checkout@v4
- name: Bun ${{ matrix.bun-version }}
uses: oven-sh/setup-bun@v1
with:
bun-version: ${{ matrix.bun-version }}
- run: bun install
- run: bun run eslint
- run: bun run build
- run: bun run test