Skip to content

fix(deps): update major to v19 (major) #841

fix(deps): update major to v19 (major)

fix(deps): update major to v19 (major) #841

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Run lint
run: npm run lint