Skip to content

Bump eslint from 9.13.0 to 9.17.0 #92

Bump eslint from 9.13.0 to 9.17.0

Bump eslint from 9.13.0 to 9.17.0 #92

Workflow file for this run

# This workflow will install Bun and run e2e tests using Bun.
name: e2e-bun
on:
push:
branches: ["vite-master-safe-always-working-not-broken"]
pull_request:
branches: ["vite-master-safe-always-working-not-broken"]
permissions:
contents: read
jobs:
e2e-bun:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: |
rm -f package-lock.json
bun install
- name: Run e2e tests
run: bun run ./src/main.ts