Skip to content

Bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.18.0 #53

Bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.18.0

Bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.18.0 #53

Workflow file for this run

name: bun-test
on:
pull_request:
push:
branches:
- 'master'
jobs:
my-job:
name: bun-test
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
# run any `bun` or `bunx` command
- run: bun install
- run: bun test