Skip to content

fix: 子流程节点中存在第三方插件节点勾选的变量,查找对应变量配置时接口报错修复 --ignore #5980

fix: 子流程节点中存在第三方插件节点勾选的变量,查找对应变量配置时接口报错修复 --ignore

fix: 子流程节点中存在第三方插件节点勾选的变量,查找对应变量配置时接口报错修复 --ignore #5980

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: frontend code eslint
on:
push:
branches: [ master, develop, release*, feature* ]
pull_request:
branches: [ master, develop, release*, feature* ]
jobs:
eslint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
- name: Install dependencies
run: |
cd frontend/desktop/
npm install
- name: Run Eslint
run: |
cd frontend/desktop/
npx eslint --ext .js,.vue src/