Skip to content

chore(deps): update dependency @antfu/eslint-config to v1 - autoclosed #423

chore(deps): update dependency @antfu/eslint-config to v1 - autoclosed

chore(deps): update dependency @antfu/eslint-config to v1 - autoclosed #423

Workflow file for this run

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@b4ffde65f46336ab88eb53be808477a3936bae11 # 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