Skip to content

chore: bump typescript-eslint from 8.0.1 to 8.3.0 #24

chore: bump typescript-eslint from 8.0.1 to 8.3.0

chore: bump typescript-eslint from 8.0.1 to 8.3.0 #24

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
schedule:
- cron: '0 2 2 */4 *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: CI
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'yarn'
- run: yarn install
- run: yarn run lint
- run: yarn run build