Skip to content

Bump next from 13.5.6 to 16.1.5 #3

Bump next from 13.5.6 to 16.1.5

Bump next from 13.5.6 to 16.1.5 #3

Workflow file for this run

name: Dashboard CI
on:
push:
branches:
- main
paths:
- 'packages/dashboard/**'
pull_request:
branches:
- main
paths:
- 'packages/dashboard/**'
workflow_dispatch:
jobs:
shared:
uses: ./.github/workflows/shared-workflow.yaml
with:
package-name: 'dashboard'
is_backend: 'true'
run_lint: 'true'