Skip to content

Bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.2 #17

Bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.2

Bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.2 #17

Workflow file for this run

name: Run tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup timezone
uses: zcong1993/setup-timezone@master
with:
timezone: Australia/Melbourne
- uses: actions/checkout@v4
- name: Use Bun
uses: oven-sh/setup-bun@v1
- name: Build
run: |
bun install
bun run build
- name: Run tests
run: bun run test