Skip to content

chore(deps): update all non-major devdependencies #1394

chore(deps): update all non-major devdependencies

chore(deps): update all non-major devdependencies #1394

name: Static Analyzer
on: [pull_request]
jobs:
static-analyzer:
runs-on: ubuntu-latest
name: Static Analyzer
env:
NODE_OPTIONS: --max-old-space-size=6144
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: yarn
- run: yarn
- uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
eslint_flags: 'src/**/*.{vue,ts,js,tsx,jsx}'
- uses: reviewdog/action-setup@v1
with:
reviewdog_version: v0.14.1
- run: ${GITHUB_WORKSPACE}/.github/reviewdog-tsc.sh
shell: bash
env:
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INPUT_WORKDIR: .
INPUT_LEVEL: error
INPUT_REPORTER: github-pr-review
INPUT_FILTER_MODE: added
INPUT_FAIL_ON_ERROR: 'false'
INPUT_REVIEWDOG_FLAGS: ''
INPUT_TOOL_NAME: vue-tsc
INPUT_TSC_FLAGS: ''
- run: yarn typecheck
continue-on-error: true # TODO: fix type errors