Skip to content

fix(ts): remove redundant @ts-expect-error directives in SSR route setup #2134

fix(ts): remove redundant @ts-expect-error directives in SSR route setup

fix(ts): remove redundant @ts-expect-error directives in SSR route setup #2134

name: static analysis
on:
push:
branches:
- master
- '*.x'
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
permissions:
contents: read
jobs:
tests:
uses: laravel/.github/.github/workflows/static-analysis.yml@main